From 47a5ec38616b40414911ac9bf1a955b04d78e598 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Thu, 12 Apr 2018 11:29:30 -0700 Subject: [PATCH] Fold SO func. tests into integration-testing plan PTL of SO asked for a consolodated job for function testing rather than individual features each with their own jobs. This patch puts SO testing plans under so/integration-testing and points to santiy-check in testplans.txt. Issue-ID: SO-555 Change-Id: I89f36f25c0bc3879702c6148d2858c99de7120e0 Signed-off-by: Marcus G K Williams --- test/csit/plans/so/{sanity-check => integration-testing}/setup.sh | 0 test/csit/plans/so/{sanity-check => integration-testing}/teardown.sh | 0 test/csit/plans/so/{sanity-check => integration-testing}/testplan.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/csit/plans/so/{sanity-check => integration-testing}/setup.sh (100%) rename test/csit/plans/so/{sanity-check => integration-testing}/teardown.sh (100%) rename test/csit/plans/so/{sanity-check => integration-testing}/testplan.txt (100%) diff --git a/test/csit/plans/so/sanity-check/setup.sh b/test/csit/plans/so/integration-testing/setup.sh similarity index 100% rename from test/csit/plans/so/sanity-check/setup.sh rename to test/csit/plans/so/integration-testing/setup.sh diff --git a/test/csit/plans/so/sanity-check/teardown.sh b/test/csit/plans/so/integration-testing/teardown.sh similarity index 100% rename from test/csit/plans/so/sanity-check/teardown.sh rename to test/csit/plans/so/integration-testing/teardown.sh diff --git a/test/csit/plans/so/sanity-check/testplan.txt b/test/csit/plans/so/integration-testing/testplan.txt similarity index 100% rename from test/csit/plans/so/sanity-check/testplan.txt rename to test/csit/plans/so/integration-testing/testplan.txt -- 2.16.6