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 44 - e2e
55variables :
66 DOCKER_HOST : tcp://docker:2375
7- DOCKER_BASE_IMAGE : haproxytech /haproxy-debian
7+ DOCKER_BASE_IMAGE : $CI_REGISTRY_GO /haproxy-debian
88 BATS_VERSION : v1.4.1
99 GO_VERSION : ' 1.21'
1010
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ load 'utils/_helpers'
3030 resource_get " $_PROGRAMS_BASE_PATH /test"
3131 assert_equal " $SC " 200
3232 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" ) "
3535}
3636
3737@test " process-manager: Fail creating program with same name" {
Original file line number Diff line number Diff line change 22 "name" : " test" ,
33 "command" : " echo true" ,
44 "start-on-reload" : " disabled" ,
5- "user" : " nobody " ,
6- "group" : " nobody "
5+ "user" : " haproxy " ,
6+ "group" : " haproxy "
77}
Original file line number Diff line number Diff line change @@ -64,5 +64,5 @@ teardown() {
6464@test " set_uid: check if running user is testuiduser for dataplane" {
6565 PS=$( dpa_docker_exec " ps -eo ruser,user,comm | grep dataplaneapi" )
6666 echo $PS
67- [ " ${PS} " = " testuidu testuidu dataplaneapi" ]
67+ [ " ${PS} " = " testuid+ testuid+ dataplaneapi" ]
6868}
You can’t perform that action at this time.
0 commit comments