Remove basic test suites 43/75243/1
authorSam Hague <shague@redhat.com>
Thu, 16 Aug 2018 19:18:48 +0000 (15:18 -0400)
committerSam Hague <shague@redhat.com>
Thu, 16 Aug 2018 19:19:05 +0000 (15:19 -0400)
These suites were never meant to be kept and were templates
for projects to get started. From there the projects were
to add real tests. As they are now, they do not test anything
related to the project and simply use resources.

Long-term new projects should use the templates in the sandbox
to gain experience with robot and csit and then update to a real
test before merged in production.

Change-Id: I7962ffe5839a2680bae6fa7041e0be596155a9c1
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/netide/netide-csit-basic.yaml [deleted file]
jjb/of-config/of-config-csit-basic.yaml [deleted file]
jjb/p4plugin/p4plugin-csit-basic.yaml [deleted file]
jjb/sdninterfaceapp/sdninterfaceapp-csit-basic.yaml [deleted file]
jjb/usc/usc-csit-channel.yaml [deleted file]
jjb/usecplugin/usecplugin-csit-basic.yaml [deleted file]

diff --git a/jjb/netide/netide-csit-basic.yaml b/jjb/netide/netide-csit-basic.yaml
deleted file mode 100644 (file)
index c640bdb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
----
-- project:
-    name: netide-csit-basic
-    jobs:
-      - inttest-csit-verify-1node
-      - inttest-csit-1node
-
-    # The project name
-    project: 'netide'
-
-    # The functionality under test
-    functionality: 'basic'
-
-    # Project branches
-    stream:
-      - neon:
-          branch: 'master'
-      - fluorine:
-          branch: 'stable/fluorine'
-      - oxygen:
-          branch: 'stable/oxygen'
-
-    install:
-      - all:
-          scope: 'all'
-
-    # Features to install
-    install-features: 'odl-openflowplugin-flow-services-ui,odl-netide-rest'
-
-    # Robot custom options
-    robot-options: ''
diff --git a/jjb/of-config/of-config-csit-basic.yaml b/jjb/of-config/of-config-csit-basic.yaml
deleted file mode 100644 (file)
index a9beb78..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
----
-- project:
-    name: of-config-csit-basic
-    jobs:
-      - inttest-csit-verify-1node
-      - inttest-csit-1node
-
-    # The project name
-    project: 'of-config'
-
-    # The functionality under test
-    functionality: 'basic'
-
-    # Project branches
-    stream:
-      - neon:
-          branch: 'master'
-      - fluorine:
-          branch: 'stable/fluorine'
-      - oxygen:
-          branch: 'stable/oxygen'
-
-    install:
-      - all:
-          scope: 'all'
-
-    # Features to install
-    install-features: 'odl-restconf,odl-of-config-all,odl-of-config-rest'
-
-    # Robot custom options
-    robot-options: ''
diff --git a/jjb/p4plugin/p4plugin-csit-basic.yaml b/jjb/p4plugin/p4plugin-csit-basic.yaml
deleted file mode 100644 (file)
index 0ebcba3..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
----
-- project:
-    name: p4plugin-csit-basic
-    jobs:
-      - inttest-csit-1node
-
-    # The project name
-    project: 'p4plugin'
-
-    # The functionality under test
-    functionality: 'basic'
-
-    # Project branches
-    stream:
-      - neon:
-          branch: 'master'
-      - fluorine:
-          branch: 'stable/fluorine'
-      - oxygen:
-          branch: 'stable/oxygen'
-
-    install:
-      - all:
-          scope: 'all'
-
-    # Features to install
-    install-features: 'odl-p4plugin-all'
-
-    # Robot custom options
-    robot-options: ''
diff --git a/jjb/sdninterfaceapp/sdninterfaceapp-csit-basic.yaml b/jjb/sdninterfaceapp/sdninterfaceapp-csit-basic.yaml
deleted file mode 100644 (file)
index f78d9ed..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
----
-- project:
-    name: sdninterfaceapp-csit-basic
-    jobs:
-      - inttest-csit-1node
-      - inttest-csit-verify-1node
-
-    # The project name
-    project: 'sdninterfaceapp'
-
-    # The functionality under test
-    functionality: 'basic'
-
-    # Project branches
-    stream:
-      - neon:
-          branch: 'master'
-      - fluorine:
-          branch: 'stable/fluorine'
-      - oxygen:
-          branch: 'stable/oxygen'
-
-    install:
-      - only:
-          scope: 'only'
-
-    # Features to install
-    install-features: 'odl-restconf,odl-sdninterfaceapp-all'
-
-    # Robot custom options
-    robot-options: ''
diff --git a/jjb/usc/usc-csit-channel.yaml b/jjb/usc/usc-csit-channel.yaml
deleted file mode 100644 (file)
index 732540e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
----
-- project:
-    name: usc-csit-channel
-    jobs:
-      - inttest-csit-1node
-      - inttest-csit-verify-1node
-
-    # The project name
-    project: 'usc'
-
-    # The functionality under test
-    functionality: 'channel'
-
-    # Project branches
-    stream:
-      - neon:
-          branch: 'master'
-      - fluorine:
-          branch: 'stable/fluorine'
-          trigger-jobs: '{project}-merge-{stream}'
-          # yamllint disable-line rule:line-length
-          repo-url: 'mvn:org.opendaylight.usc/usc-features/1.6.0-SNAPSHOT/xml/features'
-      - oxygen:
-          branch: 'stable/oxygen'
-
-    install:
-      - all:
-          scope: 'all'
-
-    # Features to install
-    install-features: 'odl-restconf,odl-mdsal-apidocs,odl-usc-channel-ui'
-
-    # Robot custom options
-    robot-options: ''
diff --git a/jjb/usecplugin/usecplugin-csit-basic.yaml b/jjb/usecplugin/usecplugin-csit-basic.yaml
deleted file mode 100644 (file)
index 38fdd26..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
----
-- project:
-    name: usecplugin-csit-basic
-    jobs:
-      - inttest-csit-1node
-      - inttest-csit-verify-1node
-
-    # The project name
-    project: 'usecplugin'
-
-    # The functionality under test
-    functionality: 'basic'
-
-    # Project branches
-    stream:
-      - neon:
-          branch: 'master'
-      - fluorine:
-          branch: 'stable/fluorine'
-      - oxygen:
-          branch: 'stable/oxygen'
-
-    install:
-      - all:
-          scope: 'all'
-
-    # Features to install
-    install-features: 'odl-restconf,odl-usecplugin-aaa,odl-usecplugin-openflow'
-
-    # Robot custom options
-    robot-options: ''