diff options
author | 2022-09-14 08:58:55 +0000 | |
---|---|---|
committer | 2022-09-14 13:42:31 +0000 | |
commit | ab38321508d886f0acd535f0f5f07a3d44e29591 (patch) | |
tree | a46dedcd2dce871cf8c381fd06e3c00c46cd3b27 /tests/Makefile | |
parent | 6c9f120f028bcca93fd087afa648f653b208eb35 (diff) |
feat(hicn-ping): allow usage of random prefixes/suffixes in hicn-ping
Ref: HICN-783
Signed-off-by: Enrico Loparco (eloparco) <eloparco@cisco.com>
Change-Id: I41c804dd639ee15aee9619732f55e39a3baf1385
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile index f9c166b8d..a31a6f1a6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -# Use when building for the fist time, +# Use when building for the first time, # then `make test` forces a rebuild if local changes build: DOCKERFILE=Dockerfile.dev BUILD_SOFTWARE=1 \ @@ -28,8 +28,15 @@ shell: down: docker-compose -f 1-node.yml down -functional: +functional-ctrl: sleep 1 # Wait for the forwarder to be ready bash config.sh ctrl listeners bash config.sh ctrl connections - bash config.sh ctrl routes
\ No newline at end of file + bash config.sh ctrl routes + +functional-ping-manifest: + bash config.sh ping manifest +functional-ping-signature: + bash config.sh ping signature +functional-ping-timeout: + bash config.sh ping timeout
\ No newline at end of file |