Add new gate jobs for netconf and bgp 20/60320/3
authorLuis Gomez <ecelgp@gmail.com>
Fri, 14 Jul 2017 07:19:47 +0000 (00:19 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 14 Jul 2017 07:32:45 +0000 (00:32 -0700)
This goes with https://git.opendaylight.org/gerrit/#/c/60319/

Change-Id: I79aa9f9df49dcd04f24ae1cedf4fa3867dec983c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml
jjb/bgpcep/bgpcep-csit-throughpcep.yaml
jjb/bgpcep/bgpcep-csit-userfeatures.yaml
jjb/bgpcep/bgpcep-patch-test.yaml
jjb/netconf/netconf-csit-callhome.yaml
jjb/netconf/netconf-patch-test.yaml
jjb/netconf/netconf-userfeatures.yaml

index c074aa07212249e50d0932d97e6a41a4675b617f..0a299a74b48533e7523e74121c031b5a938041ff 100644 (file)
     02-plot-yaxis: 'Updates per second'
     02-plot-group: 'BGP Scaling test suite'
     02-plot-data-file: 'performance-bgp.csv'
+
+- project:
+    name: bgpcep-csit-gate-bgp-ingest-mixed
+    jobs:
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'bgpcep'
+
+    # The functionality under test
+    functionality: 'gate-bgp-ingest-mixed'
+
+    # Project branches
+    stream:
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+          install-features: >
+              odl-restconf,
+              odl-bgpcep-bgp-all,
+              odl-bgpcep-bgp,
+              odl-bgpcep-data-change-counter,
+              odl-netconf-connector-all
+          robot-options: >
+              -v USE_NETCONF_CONNECTOR:True
+              -v COUNT:1000000
+              -v INSERT:10
+              -v WITHDRAW:9
+              -v PREFILL:10
+              -v UPDATE:single
+              -v TEST_DURATION_MULTIPLIER:4
+
+    install:
+      - only:
+          scope: 'only'
+      - all:
+          scope: 'all'
+
+    # Features to install
+    install-features: >
+        odl-restconf,
+        odl-bgpcep-bgp,
+        odl-bgpcep-data-change-counter,
+        odl-netconf-topology
+
+    # Robot custom options
+    # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test
+    # environment or more complex scenario is chosen
+    robot-options: >
+        -v USE_NETCONF_CONNECTOR:False
+        -v COUNT:1000000
+        -v INSERT:10
+        -v WITHDRAW:9
+        -v PREFILL:10
+        -v UPDATE:single
+        -v TEST_DURATION_MULTIPLIER:4
+
+    # Controller configuration
+    odl_system_flavor: 8 GB General Purpose v1
+
+    # Plot Info
+    01-plot-title: 'Number of generated updates'
+    01-plot-yaxis: 'Total number of updates'
+    01-plot-group: 'BGP Scaling test suite'
+    01-plot-data-file: 'totals-bgp.csv'
+    02-plot-title: 'Generated load'
+    02-plot-yaxis: 'Updates per second'
+    02-plot-group: 'BGP Scaling test suite'
+    02-plot-data-file: 'performance-bgp.csv'
+
index 1a3580fa35a0f37a04f6f0db92d9763311ce7dc6..28133cb0310af468a4b2128952af9ff6e74af3a7 100644 (file)
 
     # Controller configuration
     odl_system_flavor: 8 GB General Purpose v1
+
+- project:
+    name: bgpcep-csit-gate-throughpcep
+    jobs:
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'bgpcep'
+
+    # The functionality under test
+    functionality: 'gate-throughpcep'
+
+    # Project branches
+    stream:
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+          karaf-version: karaf3
+          install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep'
+
+    install:
+      - only:
+          scope: 'only'
+      - all:
+          scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-bgpcep-pcep'
+
+    # Readiness check timeout is lowered from the suite's high default value.
+    # The other options are workarounds for Sandbox not being as performant
+    # as the private lab where this suite was developed.
+    # Robot custom options:
+    robot-options: >
+        -v USE_NETCONF_CONNECTOR:False
+        -v PCEP_READY_VERIFY_TIMEOUT:5
+        -v RESTCONF_REUSE:False
+        -v UPDATER_TIMEOUT:600
+
+    # Controller configuration
+    odl_system_flavor: 8 GB General Purpose v1
+
index 325969803b808258ad84f22d96046b640addfe27..51f796855a68bdf179368240308f3cec78df19fc 100644 (file)
@@ -9,7 +9,9 @@
     project: 'bgpcep'
 
     # The functionality under test
-    functionality: 'userfeatures'
+    functionality:
+      - userfeatures
+      - gate-userfeatures
 
     # Project branches
     stream:
index 64d4f57286f28c0b4476dbb3730405664870ed0d..379bb2a52bb36129b2bfb04295d153e7e02c742e 100644 (file)
     feature:
       - bgp:
           csit-list: >
-              bgpcep-csit-1node-userfeatures-only-{stream},
-              bgpcep-csit-1node-periodic-bgp-ingest-mixed-only-{stream}
+              bgpcep-csit-1node-gate-userfeatures-only-{stream},
+              bgpcep-csit-1node-gate-bgp-ingest-mixed-only-{stream}
 
       - pcep:
           csit-list: >
-              bgpcep-csit-1node-userfeatures-only-{stream},
-              bgpcep-csit-1node-periodic-throughpcep-only-{stream}
+              bgpcep-csit-1node-gate-userfeatures-only-{stream},
+              bgpcep-csit-1node-gate-throughpcep-only-{stream}
index 66d245eda6bf0f35f121e10d1275ded2f0fcdb5b..9dd954c55ffce14b6b8982b0a138d55d9de8a1a6 100644 (file)
@@ -8,7 +8,9 @@
     project: 'netconf'
 
     # The functionality under test
-    functionality: 'callhome'
+    functionality:
+      - callhome
+      - gate-callhome
 
     # Project branches
     stream:
index a90a0060230e18247924e29ecbf722007b29f32c..0064cf71b6e1e0e66f2c3348de3e5a3e421b7712 100644 (file)
@@ -24,5 +24,5 @@
     feature:
       - core:
           csit-list: >
-                netconf-csit-1node-userfeatures-only-{stream},
-                netconf-csit-1node-callhome-only-{stream}
+                netconf-csit-1node-gate-userfeatures-only-{stream},
+                netconf-csit-1node-gate-callhome-only-{stream}
index 811c8450fa54dd291034a00bb9721ade2ecf2cd7..0d18a02af8ee95503d21df43d94716b5f05d8e1e 100644 (file)
@@ -9,7 +9,9 @@
     project: 'netconf'
 
     # The functionality under test
-    functionality: 'userfeatures'
+    functionality:
+      - userfeatures
+      - gate-userfeatures
 
     # Project branches
     stream: