aboutsummaryrefslogtreecommitdiffstats
path: root/kud
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2019-03-15 14:42:52 -0700
committerRitu Sood <ritu.sood@intel.com>2019-03-25 16:34:39 -0700
commita871bc854cbd001bf92040298f3093001b8cf5fd (patch)
tree2ff1ceeea3a51bb7788d6fd124a62f78571ca41e /kud
parent8cdd50b6a06aef5cb0541e74a07b10bd4b01b589 (diff)
Fix namespace creation
Namespace is being created by k8splugin if it doesn't exist. This is done before other resources are created in kubernetes. This patch removes check that failed if namespace didn't exist Change-Id: I8c5b2409ad1cf77d5f529f601870fcf87e8e8760 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-462
Diffstat (limited to 'kud')
-rwxr-xr-xkud/tests/plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/tests/plugin.sh b/kud/tests/plugin.sh
index 6cf93cef..d632f844 100755
--- a/kud/tests/plugin.sh
+++ b/kud/tests/plugin.sh
@@ -18,7 +18,7 @@ source _functions.sh
base_url="http://localhost:8081"
cloud_region_id="kud"
-namespace="default"
+namespace="testNS"
csar_id="94e414f6-9ca4-11e8-bb6a-52540067263b"
rbd_csar_id="7eb09e38-4363-9942-1234-3beb2e95fd85"
definition_id="9d117af8-30b8-11e9-af94-525400277b3d"