File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def test_positive_provision_end_to_end(
56
56
57
57
:CaseImportance: Critical
58
58
59
- :Verifies: SAT-23417
59
+ :Verifies: SAT-23417, SAT-23558
60
60
61
61
:customerscenario: true
62
62
@@ -81,11 +81,20 @@ def test_positive_provision_end_to_end(
81
81
'cluster' : f'{ settings .vmware .cluster } ' ,
82
82
'start' : '1' ,
83
83
'guest_id' : 'rhel8_64Guest' ,
84
+ 'scsi_controllers' : [{'type' : 'ParaVirtualSCSIController' , 'key' : 1001 }],
85
+ 'nvme_controllers' : [{'type' : 'VirtualNVMEController' , 'key' : 2001 }],
84
86
'volumes_attributes' : {
85
87
'0' : {
86
- 'size_gb' : 10 ,
88
+ 'size_gb' : 8 ,
87
89
'thin' : '1' ,
88
- 'storage_pod' : f'{ settings .vmware .datastore_cluster } ' ,
90
+ 'storage_pod' : settings .vmware .datastore_cluster ,
91
+ 'controller_key' : 2001 ,
92
+ },
93
+ '1' : {
94
+ 'size_gb' : 8 ,
95
+ 'thin' : '1' ,
96
+ 'storage_pod' : settings .vmware .datastore_cluster ,
97
+ 'controller_key' : 1001 ,
89
98
},
90
99
},
91
100
},
You can’t perform that action at this time.
0 commit comments