Skip to content

Commit 80246c2

Browse files
fir for test: avoid false D06-D08 failures from docker pull stderr on Jenkins
1 parent 0264f18 commit 80246c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/keywords.resource

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ Create upgrade container with
8888
Skip If 'arm' in '${IMAGE_TYPE}' msg=Skipping upgrade test for ARM image (no previous ARM upgrade image is available).
8989
Should Not Be Empty ${UPGRADE_TEST_IMAGE} msg=UPGRADE_TEST_IMAGE is empty; cannot run upgrade container.
9090
${container name}= Remove spaces from ${TEST NAME}
91-
Run Process docker run @{DOCKER DEFAULTS} @{input parameters}
91+
${result}= Run Process docker run @{DOCKER DEFAULTS} @{input parameters}
9292
... --name ${container name}-2
9393
... --mount ${VOL_INFO} ${UPGRADE_TEST_IMAGE}
9494
... stderr=test_results/stderr-${container name}-2.txt
9595
... stdout=test_results/stdout-${container name}-2.txt
9696
... timeout=${DOCKER TIMEOUT}
97-
File Should Be Empty test_results/stderr-${container name}-2.txt
97+
Should Be Equal As Integers ${result.rc} 0
9898
Docker log should contain *Cluster config complete, marking this container as ready.* True
9999

100100
Stop container

0 commit comments

Comments
 (0)