summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/README.md')
-rw-r--r--test/scenario_test/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md
index 82687b07..df76a2e5 100644
--- a/test/scenario_test/README.md
+++ b/test/scenario_test/README.md
@@ -107,9 +107,11 @@ OK
```
## <a name="section4"> Clean up
-A lot of containers are created during the test.
+A lot of containers, networks temporary files are created during the test.
Let's clean up.
```shell
$ sudo docker rm -f $(sudo docker ps -a -q)
+$ sudo docker network prune -f
+$ sudo rm -rf /tmp/gobgp
```