From 66b0d7f3a4772d4b7cf84503b2171abe46ebd557 Mon Sep 17 00:00:00 2001 From: Simran Singhal Date: Sat, 14 Nov 2020 16:14:36 +0530 Subject: Auto discover and register all robot test cases Issue-ID: VNFSDK-614 Change-Id: I5227425f29fb11ef4255e88d873a167b608d5360 Signed-off-by: Simran Singhal --- validate/validation/src/test/resources/open-cli.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'validate') 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 -- cgit 1.2.3-korg