Update ODL Fluorine SR3 rpm repo links
[integration/packaging/ansible-opendaylight.git] / 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