diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-02-07 14:36:29 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-02-07 14:36:29 +0100 |
commit | 7705455505377fffaa61173c62f305c1a2107795 (patch) | |
tree | 3d499be1b894dd3e698a739d1a733c4ed5837002 /resources/libraries | |
parent | 27668008077fd69b29b83f8e3e736b2dc67df361 (diff) |
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 <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/python/Constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |