aboutsummaryrefslogtreecommitdiffstats
path: root/robot/testsuites/post-install-tests.robot
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-05-02 15:30:02 -0500
committerBrian Freeman <bf1936@att.com>2019-05-02 17:06:29 -0500
commited66ff948cfe0d66467a5f818493ba35387dbe30 (patch)
tree3fddb53ca10c9e30435590bd675b5280c621f5fc /robot/testsuites/post-install-tests.robot
parentc967dd69ee01fe702ffd25ba3f04c15f7af19b2a (diff)
Add DMaaP Update topic ACL test
fixed Pomba Documentation warning Issue-ID: INT-1058 Change-Id: Ifda1ccf4002312d031fde2520226de719b788853 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/post-install-tests.robot')
-rw-r--r--robot/testsuites/post-install-tests.robot16
1 files changed, 16 insertions, 0 deletions
diff --git a/robot/testsuites/post-install-tests.robot b/robot/testsuites/post-install-tests.robot
new file mode 100644
index 00000000..a30cb8d9
--- /dev/null
+++ b/robot/testsuites/post-install-tests.robot
@@ -0,0 +1,16 @@
+*** Settings ***
+Documentation Testing Installation
+... Tests that confirm an installation is valid and not meant as recurring health test
+...
+
+Test Timeout 10 second
+
+Resource ../resources/mr_interface.robot
+
+*** Test Cases ***
+
+Basic DMAAP Message Router ACL Update Test
+ [Tags] dmaapacl postinstall
+ [Timeout] 30
+ Run MR Update Topic Acl
+