Update ODL Fluorine SR3 rpm repo links 81/82881/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 2 Jul 2019 09:10:09 +0000 (19:10 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 2 Jul 2019 09:10:09 +0000 (19:10 +1000)
Change-Id: I6468fd329f8f9764ae81bcd677f26e4f7f69c9c4
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tests/test-odl-upgrade.yaml

index eb43e259609af06a9c683a5d85665bcc5df25700..fcd504c0ded97f8eacae1cf67ed0f42ace57ccd8 100644 (file)
@@ -5,17 +5,17 @@
   become: True
   roles:
     - role: opendaylight
-      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-92-release.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-93-release.repo"
 
   post_tasks:
     - name: get ODL version info
       command: yum info opendaylight
       register: initial_odl_version
 
-    - name: assert that ODL 9.2 is installed
+    - name: assert that ODL 9.3 is installed
       assert:
         that:
-          - "'Version     : 9.2.0' in initial_odl_version.stdout"
+          - "'Version     : 9.3.0' in initial_odl_version.stdout"
 
 - hosts: localhost
   connection: local