diff options
Diffstat (limited to 'tests/2-nodes-vpp-memif-replication.yml')
-rw-r--r-- | tests/2-nodes-vpp-memif-replication.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/2-nodes-vpp-memif-replication.yml b/tests/2-nodes-vpp-memif-replication.yml index 68836902f..f74757aac 100644 --- a/tests/2-nodes-vpp-memif-replication.yml +++ b/tests/2-nodes-vpp-memif-replication.yml @@ -115,7 +115,7 @@ services: sudo vpp -c /etc/vpp/startup.conf sleep 10 - sudo hiperf -q -S -R -B 4000kbps -z memif_module ${RTC_PRODUCER} -P 2 & + sudo hiperf -q -S -R -B 4000kbps -z memif_module ${RTC_PRODUCER} -P 2 -k ${HMAC_KEY} & sleep 5 sudo hiperf -q -S -z memif_module ${RAAQM_PRODUCER}/128 & sleep 5 |