diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index a08c447f51..ddd9706c09 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -4722,7 +4722,7 @@ data: "vpp-compare-testbeds-mrr-skx-clx-cmp" data: "vpp-compare-testbeds-mrr-skx-clx" include-tests: "MRR" # "PDR" | "NDR" | "MRR" - filter: "'2T1C'" + filter: "'2T1C' and 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -4742,7 +4742,7 @@ data: "vpp-compare-testbeds-mrr-skx-clx-cmp" data: "vpp-compare-testbeds-mrr-skx-clx" include-tests: "MRR" # "PDR" | "NDR" | "MRR" - filter: "'4T2C'" + filter: "'4T2C' and 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -4762,7 +4762,7 @@ data: "vpp-compare-testbeds-mrr-skx-clx-cmp" data: "vpp-compare-testbeds-mrr-skx-clx" include-tests: "MRR" # "PDR" | "NDR" | "MRR" - filter: "'8T4C'" + filter: "'8T4C' and 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -4782,7 +4782,7 @@ data: "vpp-compare-topologies-mrr-cmp" data: "vpp-compare-topologies-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" - filter: "'MRR' and '1C'" + filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -4801,7 +4801,7 @@ data: "vpp-compare-topologies-mrr-cmp" data: "vpp-compare-topologies-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" - filter: "'MRR' and '2C'" + filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -4820,7 +4820,7 @@ data: "vpp-compare-topologies-mrr-cmp" data: "vpp-compare-topologies-mrr" include-tests: "MRR" # "PDR" | "NDR" | "MRR" - filter: "'MRR' and '4C'" + filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'" parameters: - "name" - "parent" |