@@ -84,7 +84,7 @@ def before_case(self, log: Logger, **kwargs: Any) -> None:
8484 min_core_count = 8 ,
8585 min_nic_count = 2 ,
8686 network_interface = Sriov (),
87- unsupported_features = [Gpu , Infiniband ],
87+ # unsupported_features=[Gpu, Infiniband],
8888 ),
8989 )
9090 def verify_dpdk_build_netvsc (
@@ -106,7 +106,7 @@ def verify_dpdk_build_netvsc(
106106 min_core_count = 8 ,
107107 min_nic_count = 2 ,
108108 network_interface = Sriov (),
109- unsupported_features = [Gpu , Infiniband ],
109+ # unsupported_features=[Gpu, Infiniband],
110110 ),
111111 )
112112 def verify_dpdk_build_gb_hugepages_netvsc (
@@ -128,7 +128,7 @@ def verify_dpdk_build_gb_hugepages_netvsc(
128128 min_core_count = 8 ,
129129 min_nic_count = 2 ,
130130 network_interface = Sriov (),
131- unsupported_features = [Gpu , Infiniband ],
131+ # unsupported_features=[Gpu, Infiniband],
132132 ),
133133 )
134134 def verify_dpdk_build_failsafe (
@@ -150,7 +150,7 @@ def verify_dpdk_build_failsafe(
150150 min_core_count = 8 ,
151151 min_nic_count = 2 ,
152152 network_interface = Sriov (),
153- unsupported_features = [Gpu , Infiniband ],
153+ # unsupported_features=[Gpu, Infiniband],
154154 ),
155155 )
156156 def verify_dpdk_build_gb_hugepages_failsafe (
@@ -167,7 +167,7 @@ def verify_dpdk_build_gb_hugepages_failsafe(
167167 min_core_count = 8 ,
168168 min_nic_count = 2 ,
169169 network_interface = Sriov (),
170- unsupported_features = [Gpu , Infiniband ],
170+ # unsupported_features=[Gpu, Infiniband],
171171 disk = schema .DiskOptionSettings (
172172 data_disk_count = search_space .IntRange (min = 1 ),
173173 data_disk_size = search_space .IntRange (min = 64 ),
@@ -217,7 +217,7 @@ def verify_dpdk_ovs(
217217 min_core_count = 8 ,
218218 min_nic_count = 2 ,
219219 network_interface = Sriov (),
220- unsupported_features = [Gpu , Infiniband ],
220+ # unsupported_features=[Gpu, Infiniband],
221221 supported_features = [IsolatedResource ],
222222 ),
223223 )
@@ -243,7 +243,7 @@ def verify_dpdk_nff_go(
243243 requirement = simple_requirement (
244244 min_nic_count = 3 ,
245245 network_interface = Sriov (),
246- unsupported_features = [Gpu , Infiniband ],
246+ # unsupported_features=[Gpu, Infiniband],
247247 supported_features = [IsolatedResource ],
248248 ),
249249 )
@@ -339,7 +339,7 @@ def verify_dpdk_multiprocess(
339339 min_core_count = 8 ,
340340 min_nic_count = 2 ,
341341 network_interface = Sriov (),
342- unsupported_features = [Gpu , Infiniband ],
342+ # unsupported_features=[Gpu, Infiniband],
343343 min_count = 2 ,
344344 supported_features = [IsolatedResource ],
345345 ),
@@ -378,7 +378,7 @@ def verify_dpdk_sriov_rescind_failover_receiver(
378378 min_core_count = 8 ,
379379 min_nic_count = 2 ,
380380 network_interface = Sriov (),
381- unsupported_features = [Gpu , Infiniband ],
381+ # unsupported_features=[Gpu, Infiniband],
382382 supported_features = [IsolatedResource ],
383383 ),
384384 )
@@ -435,7 +435,7 @@ def _check_rx_or_tx_pps(
435435 min_core_count = 8 ,
436436 min_nic_count = 2 ,
437437 network_interface = Sriov (),
438- unsupported_features = [Gpu , Infiniband ],
438+ # unsupported_features=[Gpu, Infiniband],
439439 ),
440440 )
441441 def verify_dpdk_vpp (
@@ -482,7 +482,7 @@ def verify_dpdk_vpp(
482482 min_core_count = 8 ,
483483 min_nic_count = 2 ,
484484 network_interface = Sriov (),
485- unsupported_features = [Gpu , Infiniband ],
485+ # unsupported_features=[Gpu, Infiniband],
486486 supported_features = [IsolatedResource ],
487487 ),
488488 )
@@ -556,7 +556,7 @@ def verify_dpdk_ring_ping(
556556 min_core_count = 8 ,
557557 min_nic_count = 2 ,
558558 network_interface = Sriov (),
559- unsupported_features = [Gpu , Infiniband ],
559+ # unsupported_features=[Gpu, Infiniband],
560560 min_count = 2 ,
561561 ),
562562 )
@@ -582,7 +582,7 @@ def verify_dpdk_send_receive_multi_txrx_queue_failsafe(
582582 min_core_count = 8 ,
583583 min_nic_count = 2 ,
584584 network_interface = Sriov (),
585- unsupported_features = [Gpu , Infiniband ],
585+ ## unsupported_features=[Gpu, Infiniband],
586586 min_count = 2 ,
587587 ),
588588 )
@@ -608,7 +608,7 @@ def verify_dpdk_send_receive_multi_txrx_queue_netvsc(
608608 min_core_count = 8 ,
609609 min_nic_count = 2 ,
610610 network_interface = Sriov (),
611- unsupported_features = [Gpu , Infiniband ],
611+ # unsupported_features=[Gpu, Infiniband],
612612 min_count = 2 ,
613613 ),
614614 )
@@ -634,7 +634,7 @@ def verify_dpdk_send_receive_failsafe(
634634 min_nic_count = 2 ,
635635 network_interface = Sriov (),
636636 min_count = 2 ,
637- unsupported_features = [Gpu , Infiniband ],
637+ # unsupported_features=[Gpu, Infiniband],
638638 ),
639639 )
640640 def verify_dpdk_send_receive_gb_hugepages_failsafe (
@@ -659,7 +659,7 @@ def verify_dpdk_send_receive_gb_hugepages_failsafe(
659659 min_core_count = 8 ,
660660 min_nic_count = 2 ,
661661 network_interface = Sriov (),
662- unsupported_features = [Gpu , Infiniband ],
662+ # unsupported_features=[Gpu, Infiniband],
663663 min_count = 2 ,
664664 ),
665665 )
@@ -685,7 +685,7 @@ def verify_dpdk_send_receive_netvsc(
685685 min_nic_count = 2 ,
686686 network_interface = Sriov (),
687687 min_count = 2 ,
688- unsupported_features = [Gpu , Infiniband ],
688+ # unsupported_features=[Gpu, Infiniband],
689689 ),
690690 )
691691 def verify_dpdk_send_receive_gb_hugepages_netvsc (
@@ -717,7 +717,7 @@ def verify_dpdk_send_receive_gb_hugepages_netvsc(
717717 min_count = 3 ,
718718 min_nic_count = 3 ,
719719 network_interface = Sriov (),
720- unsupported_features = [Gpu , Infiniband ],
720+ # unsupported_features=[Gpu, Infiniband],
721721 ),
722722 )
723723 def verify_dpdk_l3fwd_ntttcp_tcp (
@@ -744,7 +744,7 @@ def verify_dpdk_l3fwd_ntttcp_tcp(
744744 min_count = 3 ,
745745 min_nic_count = 3 ,
746746 network_interface = Sriov (),
747- unsupported_features = [Gpu , Infiniband ],
747+ # unsupported_features=[Gpu, Infiniband],
748748 ),
749749 )
750750 def verify_dpdk_l3fwd_ntttcp_tcp_gb_hugepages (
@@ -769,7 +769,7 @@ def verify_dpdk_l3fwd_ntttcp_tcp_gb_hugepages(
769769 requirement = simple_requirement (
770770 min_nic_count = 2 ,
771771 network_interface = Sriov (),
772- unsupported_features = [Gpu , Infiniband ],
772+ # unsupported_features=[Gpu, Infiniband],
773773 supported_features = [IsolatedResource ],
774774 ),
775775 )
0 commit comments