From: Thierry Parmentelat Date: Tue, 4 Mar 2008 17:06:20 +0000 (+0000) Subject: oops forgot to omit the step from the main X-Git-Tag: tests-4.2-4~212 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7f19950b546e3a3da30cdfddc6b8a3d84a52cb26;p=tests.git oops forgot to omit the step from the main --- diff --git a/system/TestMain.py b/system/TestMain.py index 0dded73..576e8bb 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -16,7 +16,7 @@ class TestMain: default_config = [ 'onelab' ] - default_steps = ['uninstall','install','cache_rpm','install_rpm', + default_steps = ['uninstall','install','install_rpm', 'configure', 'start', 'clear_ssh_config','store_keys', 'initscripts', 'sites', 'nodes', 'slices',