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.
--- /dev/null
+<!-- 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>
--- /dev/null
+<!-- 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>
+++ /dev/null
-<!-- 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>