diff options
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/main/resources/open-cli.properties | 2 | ||||
-rw-r--r-- | framework/src/test/resources/open-cli.properties | 2 |
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 |