Remove aaa always failing tests 00/80700/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 5 Mar 2019 22:14:33 +0000 (14:14 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 6 Mar 2019 16:56:01 +0000 (08:56 -0800)
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>
jjb/aaa/aaa-csit-keystone.yaml [deleted file]
jjb/aaa/aaa-csit-tls.yaml [deleted file]

diff --git a/jjb/aaa/aaa-csit-keystone.yaml b/jjb/aaa/aaa-csit-keystone.yaml
deleted file mode 100644 (file)
index 5e6aba7..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
----
-- 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: ''
diff --git a/jjb/aaa/aaa-csit-tls.yaml b/jjb/aaa/aaa-csit-tls.yaml
deleted file mode 100644 (file)
index b856640..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
----
-- 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