Add new action to the install test.

This commit is contained in:
Lukáš Růžička 2019-07-19 14:22:49 +02:00
parent 30102df930
commit 2db77367f9

View File

@ -14,7 +14,7 @@ sub run {
assert_script_run('/root/test.py -m nodejs -s 11 -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 -f hard');
assert_script_run('/root/test.py -m nodejs -s 11 -p default -a install,remove,reset -f hard');
# Upload modular logs
upload_logs '/root/modular.log', failok=>1;