[Pkg-ganeti-devel] [ganeti] 17/165: Make QA that would have failed
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Tue Aug 11 13:53:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository ganeti.
commit 0389f215bbe688008923783ddd65b8a05f0a9f43
Author: Aaron Karper <akarper at google.com>
Date: Tue Oct 28 14:20:45 2014 +0100
Make QA that would have failed
This removes a restriction on a QA that file-based exports are not even
tried. Since we can do them, we should.
Signed-off-by: Aaron Karper <akarper at google.com>
Reviewed-by: Hrvoje Ribicic <riba at google.com>
---
qa/ganeti-qa.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/qa/ganeti-qa.py b/qa/ganeti-qa.py
index 4aad463..4c7ff2f 100755
--- a/qa/ganeti-qa.py
+++ b/qa/ganeti-qa.py
@@ -495,8 +495,7 @@ def RunExportImportTests(instance, inodes):
# FIXME: inter-cluster-instance-move crashes on file based instances :/
# See Issue 414.
- if (qa_config.TestEnabled([qa_rapi.Enabled, "inter-cluster-instance-move"])
- and (instance.disk_template not in constants.DTS_FILEBASED)):
+ if (qa_config.TestEnabled([qa_rapi.Enabled, "inter-cluster-instance-move"])):
newinst = qa_config.AcquireInstance()
try:
tnode = qa_config.AcquireNode(exclude=inodes)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git
More information about the Pkg-ganeti-devel
mailing list