Remove unncessary null->none RPM repo Beaker logic 82/61782/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 15 Aug 2017 19:03:10 +0000 (15:03 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Tue, 15 Aug 2017 19:03:10 +0000 (15:03 -0400)
Change-Id: Ic0c04219fe03352051a9508b6e950a0f00580e4b
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
spec/spec_helper_acceptance.rb

index 014746e7ee38c92aaff6b5567c9af865b547d643..ab0ca093474e72505d592e5033a4a63c609a00b0 100644 (file)
@@ -47,12 +47,6 @@ def install_odl(options = {})
   rpm_repo = ENV['RPM_REPO']
   deb_repo = ENV['DEB_REPO']
 
-  if rpm_repo == ''
-    rpm_repo = 'none'
-  elsif deb_repo == ''
-    deb_repo = 'none'
-  end
-
   # NB: These param defaults should match the ones used by the opendaylight
   #   class, which are defined in opendaylight::params
   # TODO: Remove this possible source of bugs^^
@@ -407,4 +401,4 @@ def snat_mechanism_validations(options = {})
     it { should be_grouped_into 'odl' }
     its(:content) { should match /<nat-mode>#{snat_mechanism}<\/nat-mode>/ }
   end
-end
\ No newline at end of file
+end