File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
- e2e
5
5
variables :
6
6
DOCKER_HOST : tcp://docker:2375
7
- DOCKER_BASE_IMAGE : haproxytech /haproxy-debian
7
+ DOCKER_BASE_IMAGE : $CI_REGISTRY_GO /haproxy-debian
8
8
BATS_VERSION : v1.4.1
9
9
GO_VERSION : ' 1.21'
10
10
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ load 'utils/_helpers'
30
30
resource_get " $_PROGRAMS_BASE_PATH /test"
31
31
assert_equal " $SC " 200
32
32
assert_equal " test" " $( get_json_path " $BODY " " .data.name" ) "
33
- assert_equal " nobody " " $( get_json_path " $BODY " " .data.user" ) "
34
- assert_equal " nobody " " $( get_json_path " $BODY " " .data.group" ) "
33
+ assert_equal " haproxy " " $( get_json_path " $BODY " " .data.user" ) "
34
+ assert_equal " haproxy " " $( get_json_path " $BODY " " .data.group" ) "
35
35
}
36
36
37
37
@test " process-manager: Fail creating program with same name" {
Original file line number Diff line number Diff line change 2
2
"name" : " test" ,
3
3
"command" : " echo true" ,
4
4
"start-on-reload" : " disabled" ,
5
- "user" : " nobody " ,
6
- "group" : " nobody "
5
+ "user" : " haproxy " ,
6
+ "group" : " haproxy "
7
7
}
Original file line number Diff line number Diff line change @@ -64,5 +64,5 @@ teardown() {
64
64
@test " set_uid: check if running user is testuiduser for dataplane" {
65
65
PS=$( dpa_docker_exec " ps -eo ruser,user,comm | grep dataplaneapi" )
66
66
echo $PS
67
- [ " ${PS} " = " testuidu testuidu dataplaneapi" ]
67
+ [ " ${PS} " = " testuid+ testuid+ dataplaneapi" ]
68
68
}
You can’t perform that action at this time.
0 commit comments