From 885aa8ac5852aa6cd1eb46db29f0577493e556e2 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 1 Apr 2008 07:41:45 +0000 Subject: [PATCH] Restore check_tcp step --- system/TestMain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.43.0