From be7fcd979280bc6f0a9cbce8062d3fa00c294675 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Tue, 27 Mar 2018 11:23:37 -0700 Subject: Adding CSIT test for SMS Adding CSIT tests for Secret Management Service under AAF. This tests the CRUD operations for SecretDomain and Secret Issue-ID: AAF-189 Change-Id: I3dd070fc30d8504593b933d7b623e6a187399444 Signed-off-by: Kiran Kamineni --- test/csit/tests/aaf/aaf-sms-suite/__init__.robot | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/csit/tests/aaf/aaf-sms-suite/__init__.robot (limited to 'test/csit/tests/aaf/aaf-sms-suite/__init__.robot') diff --git a/test/csit/tests/aaf/aaf-sms-suite/__init__.robot b/test/csit/tests/aaf/aaf-sms-suite/__init__.robot new file mode 100644 index 000000000..d1da7f385 --- /dev/null +++ b/test/csit/tests/aaf/aaf-sms-suite/__init__.robot @@ -0,0 +1,2 @@ +*** Settings *** +Documentation Integration - Suite 1 \ No newline at end of file -- cgit 1.2.3-korg