Revision 84d7e26b qa/qa_cluster.py

b/qa/qa_cluster.py
136 136
    (False, ["gnt-cluster", "modify", "--reserved-lvs", ""]),
137 137
    (False, ["lvcreate", "-L1G", "-nqa-test", "xenvg"]),
138 138
    (True,  CVERIFY),
139
    (False, ["gnt-cluster", "modify", "--reserved-lvs", "qa-test,other-test"]),
139
    (False, ["gnt-cluster", "modify", "--reserved-lvs",
140
             "xenvg/qa-test,.*/other-test"]),
140 141
    (False, CVERIFY),
141
    (False, ["gnt-cluster", "modify", "--reserved-lvs", "qa-.*"]),
142
    (False, ["gnt-cluster", "modify", "--reserved-lvs", ".*/qa-.*"]),
142 143
    (False, CVERIFY),
143 144
    (False, ["gnt-cluster", "modify", "--reserved-lvs", ""]),
144 145
    (True,  CVERIFY),

Also available in: Unified diff