From 8bf49988b7d6af5fdb48b5d2c1f830fbe318e83a Mon Sep 17 00:00:00 2001 From: sv764t Date: Thu, 25 Oct 2018 01:42:52 -0400 Subject: Change Management Schedule Optimization Adding scripts and robot test suites for cmso as per CSIT procedure Fixing the start up scripts to use docker Removing .pyc files Fix copyright headers for the shell scripts Change-Id: I61492abd5d5060b5a773dec74320f2ecfc0fcbf5 Issue-ID: OPTFRA-382 Signed-off-by: sv764t Signed-off-by: vrvarma --- tests/optf-cmso/cmso/testsuites/__init__.robot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/optf-cmso/cmso/testsuites/__init__.robot (limited to 'tests/optf-cmso/cmso/testsuites/__init__.robot') diff --git a/tests/optf-cmso/cmso/testsuites/__init__.robot b/tests/optf-cmso/cmso/testsuites/__init__.robot new file mode 100644 index 00000000..baa56c7b --- /dev/null +++ b/tests/optf-cmso/cmso/testsuites/__init__.robot @@ -0,0 +1,4 @@ +*** Settings *** +Documentation Scheduler + +*** Variables *** -- cgit