mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-12 08:21:56 +00:00
Change nodejs module version in the install test to make it pass.
This commit is contained in:
parent
47fe6acf73
commit
907e27cd8f
@ -11,10 +11,10 @@ sub run {
|
||||
download_modularity_tests();
|
||||
|
||||
# Check that modularity works and that a particular module is available in the system.
|
||||
assert_script_run('/root/test.py -m nodejs -s 11 -a list');
|
||||
assert_script_run('/root/test.py -m nodejs -s 12 -a list');
|
||||
|
||||
# Check that module can be enabled and removed.
|
||||
assert_script_run('/root/test.py -m nodejs -s 11 -p default -a install,remove,reset -f hard');
|
||||
assert_script_run('/root/test.py -m nodejs -s 12 -p default -a install,remove,reset -f hard');
|
||||
|
||||
# Upload modular logs
|
||||
upload_logs '/root/modular.log', failok=>1;
|
||||
|
Loading…
Reference in New Issue
Block a user