Use only last major OVS release
[releng/builder.git] / jjb / ovsdb / ovsdb-full-integration.yaml
index ac72fdd4fa41403b27f3aba8957703652952cfbb..a52e8e8495a0b00e26ec16ec175fb7d39f49564b 100644 (file)
                 - 1.4.6
                 - 1.5.0
                 - 1.6.1
-                - 1.7.0
-                - 1.7.1
                 - 1.7.3
-                - 1.9.0
                 - 1.9.3
-                - 1.10.0
                 - 1.10.2
                 - 1.11.0
-                - 2.0.0
                 - 2.0.1
-                - 2.1.0
-                - 2.1.1
                 - 2.1.2
-                - 2.3.0
-                - 2.3.1
                 - 2.3.2
                 - 2.4.0
         - axis:
         - wipe-org-opendaylight-repo
         - shell:
             !include-raw-escape include-raw-setup-docker.sh
+        - inject:
+            properties-file: env.properties
         - maven-target:
             maven-version: '{mvn33}'
             pom: 'pom.xml'
-            goals: 'clean install verify -Pintegrationtest,jenkins -V'
+            goals: 'clean install verify -Pintegrationtest,jenkins -V -Dovsdb.controller.address=${{CONTROLLER_IP}}'
             properties:
                 - 'ovsdbserver.ipaddress=127.0.0.1'
                 - 'ovsdbserver.port=6641'
+                - 'ovsdb.userspace.enabled=yes'
                 - 'maven.repo.local=/tmp/r'
                 - 'org.ops4j.pax.url.mvn.localRepository=/tmp/r'
                 - 'stream={stream}'
                 - '-Xmx1024m -XX:MaxPermSize=256m'
             settings: '{ovsdb-settings}'
             global-settings: '{odl-global-settings}'
-        - inject:
-            properties-file: env.properties
         - shell:
             !include-raw-escape include-raw-cleanup-docker.sh
         - jacoco-nojava-workaround