From e0b62a2632c4624c132c863deeae3781f6e6fbb9 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Mon, 21 Jan 2008 16:57:28 +0000 Subject: [PATCH] Remove qa tests for gnt-instance start/stop Those tests were added in the wrong place. This patch removes them. One day we'll implement proper command line regression testing and they should go in there. Reviewed-by: iustinp --- qa/qa_instance.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/qa/qa_instance.py b/qa/qa_instance.py index 29050ea6e..132c6d4da 100644 --- a/qa/qa_instance.py +++ b/qa/qa_instance.py @@ -313,13 +313,6 @@ def _TestInstanceDiskFailure(instance, node, node2, onmaster): cmd = ['gnt-instance', 'startup', instance['name']] AssertEqual(StartSSH(master['primary'], sq(cmd)).wait(), 0) - # Verify that aliases have not been broken - cmd = ['gnt-instance', 'stop', instance['name']] - AssertEqual(StartSSH(master['primary'], sq(cmd)).wait(), 0) - - cmd = ['gnt-instance', 'start', instance['name']] - AssertEqual(StartSSH(master['primary'], sq(cmd)).wait(), 0) - cmd = ['gnt-cluster', 'verify'] AssertEqual(StartSSH(master['primary'], sq(cmd)).wait(), 0) -- GitLab