From bc83f936c1b369fc6291898ec88b6c6c17b2aa5d Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Thu, 23 May 2019 12:50:57 +0300 Subject: Install jq as an dependency for yq Before using yq binary we need to install also its dependency jq. This commit is fixing jq installation in case it was required as dependency for yq. Also refactored a bit dependency installations of tests. Issue-ID: MULTICLOUD-617 Change-Id: I0ea1143befa1cff809c231422b5cfb14fba1de4e Signed-off-by: Samuli Silvius --- kud/tests/ovn4nfv.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'kud/tests/ovn4nfv.sh') diff --git a/kud/tests/ovn4nfv.sh b/kud/tests/ovn4nfv.sh index de8631f4..6be6aae8 100755 --- a/kud/tests/ovn4nfv.sh +++ b/kud/tests/ovn4nfv.sh @@ -12,6 +12,7 @@ set -o nounset set -o pipefail source _common.sh +source _common_test.sh source _functions.sh csar_id=a1c5b53e-d7ab-11e8-85b7-525400e8c29a -- cgit 1.2.3-korg