diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2020-12-16 04:25:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-16 04:25:17 +0000 |
commit | 58f72b930243fe2346551476ddc37fd6531df09c (patch) | |
tree | b6a0daa25ffe93f73ae43761536375f469a05a35 /validate/validation/src/test/resources/open-cli.properties | |
parent | 81c501c7228181289d6c06b19a762b5eddbe3128 (diff) | |
parent | 66b0d7f3a4772d4b7cf84503b2171abe46ebd557 (diff) |
Merge "Auto discover and register all robot test cases"
Diffstat (limited to 'validate/validation/src/test/resources/open-cli.properties')
-rw-r--r-- | validate/validation/src/test/resources/open-cli.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/validate/validation/src/test/resources/open-cli.properties b/validate/validation/src/test/resources/open-cli.properties index b2f0f816..500632b3 100644 --- a/validate/validation/src/test/resources/open-cli.properties +++ b/validate/validation/src/test/resources/open-cli.properties @@ -38,8 +38,8 @@ cli.sample.gen.enable=false cli.sample.gen.target=. # mrkanag Move this to db, once exteranl command registration is supported in place of discovery -cli.schema.profile.available=http,snmp +cli.schema.profile.available=http,snmp,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 -cli.schema.profile.confs=open-cli-http.properties,open-cli-snmp.properties +cli.schema.profile.confs=open-cli-http.properties,open-cli-snmp.properties,open-cli-robot.properties |