diff options
author | vrvarma <vv8305@att.com> | 2019-04-29 12:13:45 -0400 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2019-04-29 12:59:21 -0400 |
commit | 4ecc3a7ddb44cb3b64b140f9cf0ab27af3a96aef (patch) | |
tree | efb318036f13e6c29e278d48c1819828c3f59161 /robot/testsuites | |
parent | b339295676ea37cc1037cedeaf8c6fc7a7bd62fe (diff) |
Create OOM based CSIT for OSDF
Adding CSIT test cases for OSDF for homing and pci-opt
Change-Id: I6ad770ef12d8c90373fd7e8b97091a262f1d241a
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-450
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/oof-osdf.robot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/robot/testsuites/oof-osdf.robot b/robot/testsuites/oof-osdf.robot new file mode 100644 index 00000000..72e04c0f --- /dev/null +++ b/robot/testsuites/oof-osdf.robot @@ -0,0 +1,14 @@ +*** Settings *** +Documentation Testing OOF-HAS +... +... Testing OOF-HAS SEND PLANS +Resource ../resources/oof_interface.robot + +*** Test Cases *** +Basic OOF-OSDF CSIT for Homing + [Tags] homing + Run OOF-OSDF Post Homing + +Basic OOF-OSDF CSIT for pci-opt + [Tags] homing + Run OOF-OSDF Post PCI-OPT |