From 2db77367f92ab257b16600b82301af9aa26c5d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Fri, 19 Jul 2019 14:22:49 +0200 Subject: [PATCH] Add new action to the install test. --- tests/modularity_install_module.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modularity_install_module.pm b/tests/modularity_install_module.pm index ccfdb2a0..fb1856d1 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;