Auto discover and register all robot test cases
[cli.git] / deployment / zip / src / main / release / conf / open-cli.properties
index eff85b8..b289df2 100644 (file)
@@ -20,6 +20,7 @@ cli.artifact.dir=$s{env:OPEN_CLI_HOME}/data/artifacts
 cli.tmp.dir=$s{env:OPEN_CLI_HOME}/data/tmp
 #timeout in seconds
 cli.grpc.client.timeout=60
+cli.execution.search.mode=file
 
 #schema validation
 cli.schema.base.sections=open_cli_schema_version,name,description,parameters,results,info
@@ -38,12 +39,13 @@ cli.schema.boolean_values=true,false
 cli.schema.command.type=cmd,auth,catalog
 
 # moco properties
-cli.sample.gen.enable=false
+cli.sample.gen.enable=true
+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
-cli.schema.profile.confs=open-cli-http.properties,open-cli-snmp.properties,open-cli-cmd.properties
\ No newline at end of file
+cli.schema.profile.confs=open-cli-http.properties,open-cli-snmp.properties,open-cli-cmd.properties,open-cli-robot.properties
\ No newline at end of file