From 2db77367f92ab257b16600b82301af9aa26c5d92 Mon Sep 17 00:00:00 2001 From: Lukáš Růžička Date: Jul 19 2019 12:22:49 +0000 Subject: Add new action to the install test. --- diff --git a/tests/modularity_install_module.pm b/tests/modularity_install_module.pm index ccfdb2a..fb1856d 100644 --- a/tests/modularity_install_module.pm +++ b/tests/modularity_install_module.pm @@ -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;