canonicalize tar command and archive extension

This commit is contained in:
Trevor Cooper 2024-08-12 16:18:21 -07:00
parent 9ad5645a89
commit e91e256738
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8

View File

@ -29,7 +29,7 @@ sub run {
send_key "alt-f2";
console_login(user => get_var("USER_LOGIN", "test"), password => get_var("USER_PASSWORD", "weakpassword"));
assert_script_run "curl -O https://openqa.rockylinux.org/qa/tunirtests.tar.gz";
assert_script_run "tar xvf tunirtests.tar.gz";
assert_script_run "tar -xvzf tunirtests.tar.gz";
assert_script_run "sudo python3 -m unittest tunirtests.atomictests.TestAtomic01Status -v";
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtests";
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtestsCpio";