From: Tony Mack Date: Tue, 1 Apr 2008 07:41:45 +0000 (+0000) Subject: Restore check_tcp step X-Git-Tag: tests-4.2-4~118 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=885aa8ac5852aa6cd1eb46db29f0577493e556e2;p=tests.git Restore check_tcp step --- diff --git a/system/TestMain.py b/system/TestMain.py index 52d688f..089ee1b 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -24,8 +24,8 @@ class TestMain: 'kill_all_qemus', 'start_nodes', 'standby_20', 'nodes_booted', 'nodes_ssh', 'check_slices','check_initscripts', - 'force_kill_qemus', ] - other_steps = [ 'stop_all_vservers','fresh_install', 'stop','check_tcp', + 'check_tcp','force_kill_qemus', ] + other_steps = [ 'stop_all_vservers','fresh_install', 'stop', 'clean_sites', 'clean_nodes', 'clean_slices', 'clean_keys', 'list_all_qemus', 'list_qemus', 'stop_nodes' , 'db_dump' , 'db_restore',