After looking at the tests, if someone is interested in testing
these features it is worth to rewrite them from scratch.
Change-Id: I9cb450f7c7582efabd046835d8da7a6baef98783
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
+++ /dev/null
----
-- project:
- name: aaa-csit-keystone
- jobs:
- - inttest-csit-1node
- - inttest-csit-verify-1node
-
- # The project name
- project: 'aaa'
-
- # The functionality under test
- functionality: 'keystone'
-
- # Project branches
- stream:
- - sodium:
- branch: 'master'
- - neon:
- branch: 'stable/neon'
- - fluorine:
- branch: 'stable/fluorine'
- - oxygen:
- branch: 'stable/oxygen'
- disable-job: 'true'
-
- install:
- - all:
- scope: 'all'
-
- # Features to install
- install-features: 'odl-restconf-all'
-
- tools_system_count: '1'
- tools_system_flavor: 'odl-highcpu-2'
- tools_system_image: 'ZZCI - CentOS 7 - docker - 20180723-235456.035'
-
- # Robot custom options
- robot-options: ''
+++ /dev/null
----
-- project:
- name: aaa-csit-tls
- jobs:
- - inttest-csit-1node
-
- # The project name
- project: 'aaa'
-
- # The functionality under test
- functionality: 'tls'
-
- # Project branches
- stream:
- - sodium:
- branch: 'master'
- - neon:
- branch: 'stable/neon'
- - fluorine:
- branch: 'stable/fluorine'
- - oxygen:
- branch: 'stable/oxygen'
- disable-job: 'true'
-
- install:
- - only:
- scope: 'only'
-
- # Features to install
- install-features: odl-ovsdb-southbound-impl-rest
-
- # Robot custom options
- robot-options: ''
-
- # mininet image
- tools_system_image: ZZCI - Ubuntu 16.04 - mininet-ovs-25 - 20190201-040143.366