aboutsummaryrefslogtreecommitdiffstats
path: root/kud
diff options
context:
space:
mode:
authorEric Multanen <eric.w.multanen@intel.com>2020-09-30 23:22:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-30 23:22:46 +0000
commit620585c7722f702d93da4cef6ed221bd27d670cb (patch)
treed3c1539f9091b7149c64216be14df61570a9d48c /kud
parentb5ab5c74b248d0a9b037ad1ed8f8f733e11c5c32 (diff)
parentb5ccaabd6c3b06286cc845bfb910fc2bd1ab6419 (diff)
Merge "Fix Status API to actually provide instance status"
Diffstat (limited to 'kud')
-rwxr-xr-xkud/tests/plugin_fw.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/kud/tests/plugin_fw.sh b/kud/tests/plugin_fw.sh
index 28df372c..a503d661 100755
--- a/kud/tests/plugin_fw.sh
+++ b/kud/tests/plugin_fw.sh
@@ -2,6 +2,7 @@
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2018
+# Copyright © 2020 Samsung Electronics
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
@@ -116,6 +117,9 @@ print_msg "Not waiting for vFW to fully install as no further checks are impleme
#sleep 8m
print_msg "[END] Basic checks for instantiated resource"
+print_msg "Retrieving VNF status (this will result with long output)"
+call_api "${base_url}/instance/${vnf_id}/status"
+
print_msg "Retrieving VNF details"
response="$(call_api "${base_url}/instance/${vnf_id}")"
echo "$response"
@@ -136,3 +140,5 @@ delete_resource "${base_url}/rb/definition/${rb_name}/${rb_version}"
print_msg "Deleting ${cloud_region_id} cloud region connection"
delete_resource "${base_url}/connectivity-info/${cloud_region_id}"
+
+print_msg "Test finished successfully"