aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2020-12-16 04:25:17 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-16 04:25:17 +0000
commit58f72b930243fe2346551476ddc37fd6531df09c (patch)
treeb6a0daa25ffe93f73ae43761536375f469a05a35 /framework/src
parent81c501c7228181289d6c06b19a762b5eddbe3128 (diff)
parent66b0d7f3a4772d4b7cf84503b2171abe46ebd557 (diff)
Merge "Auto discover and register all robot test cases"
Diffstat (limited to 'framework/src')
-rw-r--r--framework/src/main/resources/open-cli.properties2
-rw-r--r--framework/src/test/resources/open-cli.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties
index 5f2a3d8f..a22559a9 100644
--- a/framework/src/main/resources/open-cli.properties
+++ b/framework/src/main/resources/open-cli.properties
@@ -43,7 +43,7 @@ cli.sample.gen.name=sample1
cli.sample.gen.target=./open-cli-sample
# mrkanag Move this to db, once exteranl command registration is supported in place of discovery
-cli.schema.profile.available=http,snmp,cmd
+cli.schema.profile.available=http,snmp,cmd,robot
#other properties to load (it should be hanled when plugins are made as externally register-able
#when command plugin management support is enabled in oclip
diff --git a/framework/src/test/resources/open-cli.properties b/framework/src/test/resources/open-cli.properties
index bd8a6acf..07696c43 100644
--- a/framework/src/test/resources/open-cli.properties
+++ b/framework/src/test/resources/open-cli.properties
@@ -42,7 +42,7 @@ cli.sample.gen.enable=false
cli.sample.gen.target=./open-cli-sample
# mrkanag Move this to db, once exteranl command registration is supported in place of discovery
-cli.schema.profile.available=http,snmp,cmd
+cli.schema.profile.available=http,snmp,cmd,robot
#other properties to load (it should be hanled when plugins are made as externally register-able
#when command plugin management support is enabled in oclip