diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-08-18 11:11:20 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2022-08-18 11:42:39 +0200 |
commit | e9128a4b15e32f94ef10d4b841093d9b89949050 (patch) | |
tree | c413ab8fbe4cf007edd9f0885ca1c377daf0e20e /tests/1-node.yml | |
parent | 309fafddc51697deb9c6f8bf723c10539224cb4d (diff) |
test(hicn-light): fix hicn-light functional tests
Ref: HICN-743
Change-Id: Id49ab872b5cf545c9e021a51a877341ff7ab9337
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'tests/1-node.yml')
-rw-r--r-- | tests/1-node.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/1-node.yml b/tests/1-node.yml index 5b412d2fb..515ca6871 100644 --- a/tests/1-node.yml +++ b/tests/1-node.yml @@ -15,7 +15,7 @@ services: - | if [ -d /workspace/build-dev ]; then git config --global --add safe.directory \* - ninja -C /workspace/build-dev install + sudo ninja -C /workspace/build-dev install fi sudo ip addr add 192.168.1.1/24 dev eth0 |