From: Sam Hague Date: Thu, 16 Aug 2018 19:18:48 +0000 (-0400) Subject: Remove basic test suites X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=3973ad6d56e4e2e381b67d2c0948da7cdc8bd8f1 Remove basic test suites 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 --- diff --git a/jjb/netide/netide-csit-basic.yaml b/jjb/netide/netide-csit-basic.yaml deleted file mode 100644 index c640bdbc0..000000000 --- a/jjb/netide/netide-csit-basic.yaml +++ /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 index a9beb7816..000000000 --- a/jjb/of-config/of-config-csit-basic.yaml +++ /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 index 0ebcba33e..000000000 --- a/jjb/p4plugin/p4plugin-csit-basic.yaml +++ /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 index f78d9edc9..000000000 --- a/jjb/sdninterfaceapp/sdninterfaceapp-csit-basic.yaml +++ /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 index 732540e0b..000000000 --- a/jjb/usc/usc-csit-channel.yaml +++ /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 index 38fdd2695..000000000 --- a/jjb/usecplugin/usecplugin-csit-basic.yaml +++ /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: ''