Initial implementation of optf-osdf csit
[integration/csit.git] / tests / optf-osdf / osdf / optf_osdf_setup.robot
diff --git a/tests/optf-osdf/osdf/optf_osdf_setup.robot b/tests/optf-osdf/osdf/optf_osdf_setup.robot
new file mode 100644 (file)
index 0000000..fdf7f3e
--- /dev/null
@@ -0,0 +1,12 @@
+*** Settings ***
+Documentation    Suite description
+Resource          ./resources/common-keywords.robot
+
+*** Test Cases ***
+Check OSDF_SIM Docker Container
+    [Documentation]    It checks osdf_simulator docker container is running
+    Verify Docker RC Status    osdf_sim
+
+Check OSDF Docker Container
+    [Documentation]    It checks optf-osdf docker container is running
+    Verify Docker RC Status    optf-osdf
\ No newline at end of file