diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.env | 3 | ||||
-rw-r--r-- | tests/2-nodes-vpp-bridge.yml | 2 | ||||
-rw-r--r-- | tests/2-nodes-vpp-memif-replication.yml | 1 | ||||
-rw-r--r-- | tests/2-nodes.yml | 4 |
4 files changed, 3 insertions, 7 deletions
diff --git a/tests/.env b/tests/.env index 28b9570e7..8d5d23eca 100644 --- a/tests/.env +++ b/tests/.env @@ -8,9 +8,6 @@ TEST_VPP_BRIDGE=vpp-bridge TEST_VPP_MEMIF=vpp-memif TEST_VPP_MEMIF_REPLICATION=vpp-memif-replication -# Container privileged -PRIVILEGED=false - # names RTC_PRODUCER=b002:0:0:0:abcd::/80 RAAQM_PRODUCER=b002::2 diff --git a/tests/2-nodes-vpp-bridge.yml b/tests/2-nodes-vpp-bridge.yml index 8c62f6be8..a64fe057a 100644 --- a/tests/2-nodes-vpp-bridge.yml +++ b/tests/2-nodes-vpp-bridge.yml @@ -33,12 +33,12 @@ services: plugin nsim_plugin.so { enable } plugin hicn_plugin.so { enable } } - unix { startup-config /etc/vpp/client-up.txt cli-listen /run/vpp/cli.sock log ${FORWARDER_LOG_PATH} } + EOF sudo tee /etc/vpp/client-up.txt <<EOF diff --git a/tests/2-nodes-vpp-memif-replication.yml b/tests/2-nodes-vpp-memif-replication.yml index d08112dbb..68836902f 100644 --- a/tests/2-nodes-vpp-memif-replication.yml +++ b/tests/2-nodes-vpp-memif-replication.yml @@ -29,7 +29,6 @@ services: plugin nsim_plugin.so { enable } plugin hicn_plugin.so { enable } } - unix { startup-config /etc/vpp/client-up.txt cli-listen /run/vpp/cli.sock diff --git a/tests/2-nodes.yml b/tests/2-nodes.yml index e1fbcfe3b..51b9aeb89 100644 --- a/tests/2-nodes.yml +++ b/tests/2-nodes.yml @@ -7,7 +7,7 @@ services: args: - BASE_IMAGE hostname: client - privileged: ${PRIVILEGED} + privileged: false working_dir: /workspace networks: p2p-link: @@ -25,7 +25,7 @@ services: args: - BASE_IMAGE hostname: server - privileged: ${PRIVILEGED} + privileged: false working_dir: /workspace networks: p2p-link: |