Defaulting the profile to voltha/voltha_voltha, according to default-helm-charts
Change-Id: I9332e99b9b94838a8e3f10314640a40df317a4f9
diff --git a/libraries/voltha.robot b/libraries/voltha.robot
index 5328fe4..d29b664 100755
--- a/libraries/voltha.robot
+++ b/libraries/voltha.robot
@@ -60,7 +60,7 @@
Get Kv Store Prefix
[Documentation] This keyword delivers the KV Store Prefix read from environment variable KVSTOREPREFIX if present.
- [Arguments] ${defaultkvstoreprefix}=voltha_voltha
+ [Arguments] ${defaultkvstoreprefix}=voltha/voltha_voltha
${kv_store_prefix}= Get Environment Variable KVSTOREPREFIX default=${defaultkvstoreprefix}
# while Get Environment Variable does not work correctly, a manual correction follows
${kv_store_prefix}= Set Variable If "${kv_store_prefix}"=="${EMPTY}" ${defaultkvstoreprefix} ${kv_store_prefix}