Update to ODL Neon RPM pipelines
[integration/packaging/puppet-opendaylight.git] / spec / classes / opendaylight_repos_spec.rb
index 03a8f94c6707062b494d3d723b61439b8fcc4d43..a68780ad8e19a97495985ce23918d288cdd424b6 100644 (file)
@@ -21,7 +21,7 @@ describe 'opendaylight::repos' do
       it { should contain_class('opendaylight::repos') }
       it {
         should contain_yumrepo('opendaylight').with(
-          :baseurl  => 'https://nexus.opendaylight.org/content/repositories/opendaylight-fluorine-epel-7-$basearch-devel',
+          :baseurl  => 'https://nexus.opendaylight.org/content/repositories/opendaylight-neon-epel-7-$basearch-devel',
           :enabled  => 1,
           :gpgcheck => 0,
         )