diff options
author | DR695H <dr695h@att.com> | 2019-06-17 12:16:21 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-17 13:00:25 -0400 |
commit | a868f7c823fcf24bfdaa3091892bbb1efd8ca516 (patch) | |
tree | 4f7aea0521050cd4e07a295dd462acc03928323a /robot/testsuites/oof | |
parent | adbb84406ca25375a2b288fdc9a79c1c2d29be56 (diff) |
clean up of vvp and oof
moved unit tests to subfolders and removed properties that were not
defined for services that werent in oom
Issue-ID: TEST-158
Change-Id: Ia93ed702ba1fc4a91d959113bb79ebb6e11124e2
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites/oof')
-rw-r--r-- | robot/testsuites/oof/oof-cmso.robot | 10 | ||||
-rw-r--r-- | robot/testsuites/oof/oof-has.robot | 10 | ||||
-rw-r--r-- | robot/testsuites/oof/oof-osdf.robot | 14 |
3 files changed, 34 insertions, 0 deletions
diff --git a/robot/testsuites/oof/oof-cmso.robot b/robot/testsuites/oof/oof-cmso.robot new file mode 100644 index 00000000..98cf63aa --- /dev/null +++ b/robot/testsuites/oof/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 diff --git a/robot/testsuites/oof/oof-has.robot b/robot/testsuites/oof/oof-has.robot new file mode 100644 index 00000000..f0dd0475 --- /dev/null +++ b/robot/testsuites/oof/oof-has.robot @@ -0,0 +1,10 @@ +*** Settings *** +Documentation Testing OOF-HAS +... +... Testing OOF-HAS SEND PLANS +Resource ../resources/oof_interface.robot + +*** Test Cases *** +Basic OOF-HAS CSIT + [Tags] has + Run OOF-Homing SendPlanWithWrongVersion diff --git a/robot/testsuites/oof/oof-osdf.robot b/robot/testsuites/oof/oof-osdf.robot new file mode 100644 index 00000000..72e04c0f --- /dev/null +++ b/robot/testsuites/oof/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 |