Added CSIT test case for CMSO Dublin
Issue-ID: OPTFRA-473
Change-Id: Ib2bc8f73083b4320ad46109b52b4ec5131d4aebe
Signed-off-by: Jerry Flood <jflood@att.com>
diff --git a/robot/testsuites/oof-cmso.robot b/robot/testsuites/oof-cmso.robot
new file mode 100644
index 0000000..98cf63a
--- /dev/null
+++ b/robot/testsuites/oof-cmso.robot
@@ -0,0 +1,10 @@
+*** Settings ***
+Documentation Testing OOF-CMSO
+...
+... Testing OOF-CMSO Future Schedule ETE
+Resource ../resources/oof_interface.robot
+
+*** Test Cases ***
+Basic OOF-CMSO CSIT
+ [Tags] cmso
+ Run OOF-CMSO Future Schedule
\ No newline at end of file