File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
100100Stop container
You can’t perform that action at this time.
0 commit comments