2013/1/30 Bernardo Dal Seno <[email protected]>: > +def TestExclStorSharedPv(node): > + AssertCommand(["lvcreate", "-L1G", "-nqa-vol0", "xenvg"], node=node_name)
Please don't use hardcoded names. Either make them at least constants or even configurable. That said: qa_cluster.py: (False, ["lvcreate", "-L1G", "-nqa-test", "xenvg"]), Please fix, too. :-) > + AssertClusterVerify(fail=True, errors=[constants.CV_ENODEORPHANLV]) Michael
