CSIT Tests for PM Mapper

Change-Id: Iaa9274ba40eb8f74eb6a39e8a79a8b0d4e56a166
Issue-ID: INT-863
Signed-off-by: Rajendra Jaiswal <rajendra.jaiswal@ericsson.com>
diff --git a/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot
new file mode 100644
index 0000000..f65ef2b
--- /dev/null
+++ b/tests/dcaegen2-pmmapper/pmmapper/pmmapper.robot
@@ -0,0 +1,21 @@
+*** Settings ***
+Documentation     Testing PM Mapper functionality
+Library           RequestsLibrary
+Library           OperatingSystem
+Library           Collections
+Library           Process
+
+
+*** Variables ***
+${GLOBAL_APPLICATION_ID}                 robot-ves
+${CLI_EXEC_CLI}                          curl http://${CBS_IP}:10000/service_component/pmmapper
+
+
+*** Test Cases ***
+
+Verify pmmapper configuration in consul through CBS
+    [Tags]                          PM_MAPPER_01
+    [Documentation]                 Verify pmmapper configuraiton in consul through CBS
+    ${cli_cmd_output}=              Run Process                     ${CLI_EXEC_CLI}                     shell=yes
+    Log                             ${cli_cmd_output.stdout}
+    Should Contain                  ${cli_cmd_output.stdout}        pm-mapper-filter
\ No newline at end of file