diff options
Diffstat (limited to 'robot/testsuites/oof-osdf.robot')
-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 |