From 7705455505377fffaa61173c62f305c1a2107795 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 7 Feb 2024 14:36:29 +0100 Subject: fix(bootstrap): skip suites for virtual NIC As the skipping logic looks at available topologies, fix skipping by adding virtual to vagrant.yaml Change-Id: I5e7bf1dc2f4f4787917f1f989a974255cf2591a9 Signed-off-by: Vratko Polak --- resources/libraries/python/Constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index df6b2dd1aa..12f555ca84 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -407,7 +407,7 @@ class Constants: "100ge2p1cx6dx": "cx6dx", "200ge2p1cx7veat": "cx7veat", "200ge6p3cx7veat": "cx7veat", - "1ge1p82540em": "8250em", + "1ge1p82540em": "82540em", } # Not each driver is supported by each NIC. -- cgit 1.2.3-korg