Skip to content

Commit

Permalink
specify correct folder for platform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coopernetes committed Oct 14, 2023
1 parent 306052d commit a84621a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/structure_test_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ else
echo "PASS: platform failing test case"
fi

test_config_dir="${test_dir}/s390x"
res=$(./out/container-structure-test test --image "$test_image" --platform="linux/s390x" --pull --config "${test_config_dir}/ubuntu_20_04_test.yaml" 2>&1)
code=$?
if ! [[ ("$res" =~ "PASS" && "$code" == "0") ]];
Expand Down

0 comments on commit a84621a

Please sign in to comment.