diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-10-21 12:49:02 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-10-21 13:21:10 +0900 |
commit | 19e99002f574a06b00738e3529bae2a4869ccce9 (patch) | |
tree | 07833f40820e68388fdd57994c01dfe56bfff194 /test/scenario_test/README.md | |
parent | 2457948919d2ed295904adfd4de61409ed78c7e2 (diff) |
test: rm pipework functions
not used anymore.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'test/scenario_test/README.md')
-rw-r--r-- | test/scenario_test/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md index 2b3d9733..9b836e12 100644 --- a/test/scenario_test/README.md +++ b/test/scenario_test/README.md @@ -53,15 +53,6 @@ Server: Execute the following commands inside the VM to install the dependencies: -1. Install pip and [pipework](https://github.com/jpetazzo/pipework). - - ```shell - $ sudo apt-get update - $ sudo apt-get install git python3-pip python3-dev iputils-arping bridge-utils lv - $ sudo wget https://raw.github.com/jpetazzo/pipework/master/pipework -O /usr/local/bin/pipework - $ sudo chmod 755 /usr/local/bin/pipework - ``` - 1. Get docker images. Download docker images pertaining to GoBGP testing. |