diff options
author | Simran Singhal <singhalsimran0@gmail.com> | 2020-11-14 16:14:36 +0530 |
---|---|---|
committer | Simran Singhal <singhalsimran0@gmail.com> | 2020-11-15 19:47:00 +0530 |
commit | 66b0d7f3a4772d4b7cf84503b2171abe46ebd557 (patch) | |
tree | 5c9a4c643406f1382c31dcbcd2e7403466aabbd2 /framework/src/main/resources/open-cli.properties | |
parent | c1746d5f32728608f2cec44910ac431a07d7c67d (diff) |
Auto discover and register all robot test cases
Issue-ID: VNFSDK-614
Change-Id: I5227425f29fb11ef4255e88d873a167b608d5360
Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
Diffstat (limited to 'framework/src/main/resources/open-cli.properties')
-rw-r--r-- | framework/src/main/resources/open-cli.properties | 2 |
1 files changed, 1 insertions, 1 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 |