diff options
author | Jerry Flood <jflood@att.com> | 2019-04-09 18:34:22 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-04-09 18:34:50 -0400 |
commit | 124bd57e9cf4efab66335848fb989f43aafb4167 (patch) | |
tree | a89d76e09a81be040cdab9e1be3daf58a1a10140 /robot/testsuites | |
parent | 288abb6262d005090ab3288f44e97cc728230e02 (diff) |
Added CSIT test case for CMSO Dublin
Issue-ID: OPTFRA-473
Change-Id: Ib2bc8f73083b4320ad46109b52b4ec5131d4aebe
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/oof-cmso.robot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/robot/testsuites/oof-cmso.robot b/robot/testsuites/oof-cmso.robot new file mode 100644 index 00000000..98cf63aa --- /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 |