Properly escape query string to jq 58/114458/1
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 20 Oct 2020 19:20:26 +0000 (12:20 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 30 Oct 2020 23:30:14 +0000 (16:30 -0700)
commit2ecb1c0e5ba7a8b0029da0ae7c58984a24049dfd
tree57e1cd37d7bb5cdd0c1f3d20f1b12c5ff0d77b55
parent0c352ef0d74d4b51a0fce5123b34a6753e8ab6a4
Properly escape query string to jq

Without this change, the '.request.release-name' query causes jq to
get confused by the '-' and fail the test script:

    jq: error: name/0 is not defined at <top-level>, line 1:
    .request.release-name
    jq: 1 compile error

Issue-ID: MULTICLOUD-1241
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I386cd46db8e44c92bc24d8eb8a9e3964d9b87d39
kud/tests/plugin_fw.sh