diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-12-12 16:19:35 +0000 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2023-01-10 16:09:24 +0000 |
commit | 55d06ad1cd4f64fc7382bcaf14dc57c1f16db8fe (patch) | |
tree | cb2c361050e90a27d32ffcbc93e27b57c45ae583 /tests | |
parent | a5f7941f49160021506ecae0da090f0b204b75ea (diff) |
feat: upgrade to VPP 22.10v22.10-rc0
Change-Id: I556bd8c44f0ff7a631a0df34b498ffd7952fcf4a
Signed-off-by: Mauro Sardara <msardara@cisco.com>
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: |