Commit 3bfef06
authored
Normalize vpp topo name (#21510)
What is the motivation for this PR?
vpp testbed has topo name with vpp suffix for the reason that in azure pipeline, it can use a different profile with different resources. However, from sonic-mgmt test perspective, t1-lag-vpp is exactly the same as t1-lag with the same topology. In sonic-mgmt tests, there are places check topo name. We don't want to add special logic for vpp topos. So we want to normalize the special topo name.
How did you do it?
In TestbedInfo, remove -vpp suffix when the testbed is loaded.
How did you verify/test it?
Run vpp sonic-mgmt test.
Any platform specific information?
Specific to vpp platform
Signed-off-by: Yue Gao <[email protected]>1 parent 55b707f commit 3bfef06
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
399 | 407 | | |
400 | 408 | | |
401 | 409 | | |
| |||
0 commit comments