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
* support to use python docker 3.5.0
start from docker 3.0.0, results from exec_run changed to
dict(outout, code)
Signed-off-by: Guohan Lu <gulv@microsoft.com>
* limit the scope of exception
Signed-off-by: Guohan Lu <gulv@microsoft.com>
* modify runcmd output to include exitcode
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Copy file name to clipboardexpand all lines: tests/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ SWSS Integration tests runs on docker-sonic-vs which runs on top of SAI virtual
8
8
9
9
- Install docker and pytest on your dev machine
10
10
```
11
-
sudo pip install --system docker==2.6.1
11
+
sudo pip install --system docker==3.5.0
12
12
sudo pip install --system pytest==3.3.0
13
13
```
14
14
- Compile and install swss common library. Follow instructions [here](https://github.com/Azure/sonic-swss-common/blob/master/README.md) to first install prerequisites to build swss common library.
0 commit comments