From 5bed55070aa5540e3d0ff419cd46e708cf0276e5 Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Thu, 9 May 2019 11:43:36 +0300 Subject: Add missing jq package installation KUD installer.sh is missing jq package installation. Jq is used in tests/plugin.sh, tests/plugin_edgex.sh and tests/nfd.sh functional tests. Issue-ID: MULTICLOUD-617 Change-Id: Ib53bf3e47e42f98b0d38a2507f4664bbaaaceea0 Signed-off-by: Samuli Silvius Signed-off-by: Victor Morales --- kud/tests/nfd.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kud/tests/nfd.sh') diff --git a/kud/tests/nfd.sh b/kud/tests/nfd.sh index 17548206..b7e1f3e8 100755 --- a/kud/tests/nfd.sh +++ b/kud/tests/nfd.sh @@ -12,10 +12,13 @@ set -o errexit set -o nounset set -o pipefail +source _common_test.sh + rm -f $HOME/*.yaml pod_name=nfd-pod +install_deps cat << POD > $HOME/$pod_name.yaml apiVersion: v1 -- cgit 1.2.3-korg