]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Split ThinLVHD Availability seq into two by SRtype
authorJunWook Kwak <junwook.kwak@citrix.com>
Tue, 27 Oct 2015 13:30:24 +0000 (13:30 +0000)
committerJunWook Kwak <junwook.kwak@citrix.com>
Tue, 27 Oct 2015 13:30:24 +0000 (13:30 +0000)
TC required machines that support both ISCSI and HBA, and difficult
to catch machines due to lack of XenRT resource that supports both.
Now, this seq splitted into two, one for ICSI and the other for HBA;
Will have better machine choices and better throughput of execution time.

seqs/dundeethinprovisionhba.seq [new file with mode: 0644]
seqs/dundeethinprovisioniscsi.seq [new file with mode: 0644]
seqs/dundeethinprovisionsrs.seq [deleted file]

diff --git a/seqs/dundeethinprovisionhba.seq b/seqs/dundeethinprovisionhba.seq
new file mode 100644 (file)
index 0000000..4d56f58
--- /dev/null
@@ -0,0 +1,16 @@
+<!-- Functional test cases for thin provisioning : Refer https://info.citrite.net/pages/viewpage.action?pageId=1228996737-->
+<xenrt>
+  <variables>
+  <PRODUCT_VERSION>Dundee</PRODUCT_VERSION>
+  </variables>
+
+  <prepare>
+    <host id="0" />
+  </prepare>
+
+  <testsequence>
+    <testcase id="xenserver.tc.thinlvhd.ThinProvisionVerificationHBA" tc="TC-27031" name="ThinProvisionHBA">
+      <arg>lvmohba</arg>
+    </testcase>
+  </testsequence>
+</xenrt>
diff --git a/seqs/dundeethinprovisioniscsi.seq b/seqs/dundeethinprovisioniscsi.seq
new file mode 100644 (file)
index 0000000..f5ad8d1
--- /dev/null
@@ -0,0 +1,16 @@
+<!-- Functional test cases for thin provisioning : Refer https://info.citrite.net/pages/viewpage.action?pageId=1228996737-->
+<xenrt>
+  <variables>
+  <PRODUCT_VERSION>Dundee</PRODUCT_VERSION>
+  </variables>
+
+  <prepare>
+    <host id="0" />
+  </prepare>
+
+  <testsequence>
+    <testcase id="xenserver.tc.thinlvhd.ThinProvisionVerificationISCSI" tc="TC-27031" name="ThinProvisionISCSI">
+      <arg>lvmoiscsi</arg>
+    </testcase>
+  </testsequence>
+</xenrt>
diff --git a/seqs/dundeethinprovisionsrs.seq b/seqs/dundeethinprovisionsrs.seq
deleted file mode 100644 (file)
index a932da5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- Functional test cases for thin provisioning : Refer https://info.citrite.net/pages/viewpage.action?pageId=1228996737-->
-<xenrt>
-  <variables>
-  <PRODUCT_VERSION>Dundee</PRODUCT_VERSION>
-  </variables>
-
-  <prepare>
-    <host id="0" />
-  </prepare>
-
-  <testsequence>
-    <testcase id="xenserver.tc.thinlvhd.ThinProvisionVerification" tc="TC-27031" name="ThinProvision">
-      <arg>lvmoiscsi,lvmohba</arg>
-    </testcase>
-  </testsequence>
-</xenrt>