You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,12 @@ For those developing new features for SWSS or the DVS framework, you might find
71
71
```
72
72
sudo pytest --dvsname=vs
73
73
```
74
+
By default if number of ports in persistent DVS < 32 (needed by testbed) then test will be aborted. To overcome that --force-dvs option can be used.
75
+
76
+
```
77
+
sudo pytest --dvsname=vs --force-dvs
78
+
```
79
+
74
80
75
81
5. Additionally, if you need to simulate a specific hardware platform (e.g. Broadcom or Mellanox), you can add this environment variable when starting the DVS container:
0 commit comments