diff options
author | 2023-01-27 08:24:18 +0000 | |
---|---|---|
committer | 2023-01-31 12:20:16 +0000 | |
commit | faa24848413c5a07b59870c8c6aca3af5dffd581 (patch) | |
tree | 4de535eb1e8db5a72cd81a51eda04239cef7b609 /tests/2-nodes-hicn-light.yml | |
parent | ffb49a9c059e8551f3141a57d605fb6a3b221cb8 (diff) |
feat(tests): add HMAC to functional tests
Ref: HICN-833
Signed-off-by: Olivier Roques <oroques@cisco.com>
Change-Id: I40df138798f980f8a89e5fd13db54c2ac89f34b7
(cherry picked from commit 1db196beea9bbb9e78ad42abcdc0a1754ca19eed)
Diffstat (limited to 'tests/2-nodes-hicn-light.yml')
-rw-r--r-- | tests/2-nodes-hicn-light.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/2-nodes-hicn-light.yml b/tests/2-nodes-hicn-light.yml index 50b756f26..849432464 100644 --- a/tests/2-nodes-hicn-light.yml +++ b/tests/2-nodes-hicn-light.yml @@ -45,7 +45,7 @@ services: sleep 4 - hiperf -q -z hicnlight_module -S -R -B 4000kbps ${RTC_PRODUCER} -P 2 & + hiperf -q -z hicnlight_module -S -R -B 4000kbps ${RTC_PRODUCER} -P 2 -k ${HMAC_KEY} & hiperf -q -z hicnlight_module -S ${RAAQM_PRODUCER}/128 & hiperf -q -z hicnlight_module -S ${RAAQM_PRODUCER_NEW}/128 & hicn-ping-server -z hicnlight_module -s 0 -n ${PING_PRODUCER}/128 & |