aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/host_stack/testbed/run-client-server.sh
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-09-18 17:39:03 +0200
committerMauro Sardara <msardara@cisco.com>2020-09-18 17:41:14 +0200
commit20a773677230374ffa2d5d140f7d46032fb7bc9d (patch)
tree972ba743c7b1cfbbabd38024215af670d4dc2e3c /hicn-plugin/src/host_stack/testbed/run-client-server.sh
parent22738e6177e9e1348e5a9c23c5a71e1d1ef7246f (diff)
Revert to [HICN-638] Check if systemd is running before enabling hicn-light service
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: I1810d96e001a4e6e097e1efa331b682af750925d
Diffstat (limited to 'hicn-plugin/src/host_stack/testbed/run-client-server.sh')
-rw-r--r--hicn-plugin/src/host_stack/testbed/run-client-server.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/hicn-plugin/src/host_stack/testbed/run-client-server.sh b/hicn-plugin/src/host_stack/testbed/run-client-server.sh
deleted file mode 100644
index 53388cdda..000000000
--- a/hicn-plugin/src/host_stack/testbed/run-client-server.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-docker run -d \
- --privileged \
- --cap-add=ALL \
- --security-opt seccomp=unconfined \
- --hostname=vpp-client \
- -e STARTUP_CONF=/home/ubuntu/host-stack/vpp/testbed/startup-client.conf \
- -v /home/ubuntu/host-stack:/home/ubuntu/host-stack \
- -v /dev:/dev -v /lib/modules:/lib/modules \
- -v /var/run/vpp:/var/run/vpp \
- --name vpp-client vpp-develop
-
-docker run -d \
- --privileged \
- --cap-add=SYS_PTRACE \
- --security-opt seccomp=unconfined \
- --hostname=vpp-server \
- -e STARTUP_CONF=/home/ubuntu/host-stack/vpp/testbed/startup-server.conf \
- --cap-add=NET_ADMIN \
- -v /home/ubuntu/host-stack:/home/ubuntu/host-stack \
- -v /dev:/dev -v /lib/modules:/lib/modules \
- -v /var/run/vpp:/var/run/vpp \
- --name vpp-server vpp-develop \ No newline at end of file