diff options
author | 2020-10-12 05:51:12 +0000 | |
---|---|---|
committer | 2020-10-12 05:51:12 +0000 | |
commit | 2198ef7a8aad896925c8221e597518c85a984fcb (patch) | |
tree | 791e99333b8bab4127498b4e8e13211850ce63bd /deployment/zip/src | |
parent | aeb4e328fd96490cda585af3e118bf71018dc040 (diff) | |
parent | bc6c1d1b7101180bf64f84269aeed725de44a384 (diff) |
Merge changes I49475957,Ic4104a40,I310bded6
* changes:
Discover robot testcases script
Add product etsi-mano
Add robot profile
Diffstat (limited to 'deployment/zip/src')
-rw-r--r-- | deployment/zip/src/main/release/conf/open-cli.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index de2e843d..27b592ab 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -44,7 +44,7 @@ cli.sample.gen.name=$s{env:OPEN_CLI_USECASE} cli.sample.gen.target=$s{env:OPEN_CLI_HOME}/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 |