mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-23 21:51:27 +00:00
provide rocky tunirtests.tar.gz
This commit is contained in:
parent
8d332ad1eb
commit
3ecdf9b668
@ -28,7 +28,7 @@ sub run {
|
|||||||
# let's go to another tty and login as regular user
|
# let's go to another tty and login as regular user
|
||||||
send_key "alt-f2";
|
send_key "alt-f2";
|
||||||
console_login(user => get_var("USER_LOGIN", "test"), password => get_var("USER_PASSWORD", "weakpassword"));
|
console_login(user => get_var("USER_LOGIN", "test"), password => get_var("USER_PASSWORD", "weakpassword"));
|
||||||
assert_script_run "curl -O https://fedorapeople.org/groups/qa/tunirtests.tar.gz";
|
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 xvf tunirtests.tar.gz";
|
||||||
assert_script_run "sudo python3 -m unittest tunirtests.atomictests.TestAtomic01Status -v";
|
assert_script_run "sudo python3 -m unittest tunirtests.atomictests.TestAtomic01Status -v";
|
||||||
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtests";
|
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtests";
|
||||||
|
Loading…
Reference in New Issue
Block a user