Add robot profile 05/111705/4
authorSimran Singhal <singhalsimran0@gmail.com>
Tue, 25 Aug 2020 18:20:58 +0000 (23:50 +0530)
committerSimran Singhal <singhalsimran0@gmail.com>
Sat, 3 Oct 2020 13:22:34 +0000 (18:52 +0530)
commit27639098e45be8614993be0302f63ba38613a452
tree237329559c818be2f9a099be06a57abbd6bcf29a
parentdb56abc35914fe6cedd8e101e7bdebd0749252f6
Add robot profile

Issue-ID: VNFSDK-614

Change-Id: I310bded677c8c1358173f6ad63f2a78efef33442
Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
deployment/zip/pom.xml
deployment/zip/src/main/release/conf/open-cli.properties
profiles/pom.xml
profiles/robot/pom.xml [new file with mode: 0644]
profiles/robot/src/main/java/org/onap/cli/fw/robot/cmd/OnapRobotCommand.java [new file with mode: 0644]
profiles/robot/src/main/java/org/onap/cli/fw/robot/conf/OnapCommandRobotConstants.java [new file with mode: 0644]
profiles/robot/src/main/java/org/onap/cli/fw/robot/schema/OnapCommandSchemaRobotLoader.java [new file with mode: 0644]
profiles/robot/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand [new file with mode: 0644]
profiles/robot/src/main/resources/open-cli-schema/robot/default_input_parameters_robot.yaml [new file with mode: 0644]
profiles/robot/src/main/resources/script/run-robot-testcase.py [new file with mode: 0644]