← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1279276] [NEW] Two LBaaS tests are identical

 

Public bug reported:

The tests:

@test.create_stubs({api.neutron: ('network_list_for_tenant',
                                      'provider_list',
                                      'is_extension_supported')})
def test_add_pool_get(self):
        self._test_add_pool_get(with_service_type=True)

and

@test.create_stubs({api.neutron: ('network_list_for_tenant',
                                      'provider_list',
                                      'is_extension_supported')})
def test_add_pool_get_provider_list_exception(self):
        self._test_add_pool_get(with_service_type=True)

should differ.

** Affects: horizon
     Importance: Wishlist
     Assignee: Tatiana Mazur (tmazur)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Tatiana Mazur (tmazur)

** Changed in: horizon
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1279276

Title:
  Two LBaaS tests are identical

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The tests:

  @test.create_stubs({api.neutron: ('network_list_for_tenant',
                                        'provider_list',
                                        'is_extension_supported')})
  def test_add_pool_get(self):
          self._test_add_pool_get(with_service_type=True)

  and

  @test.create_stubs({api.neutron: ('network_list_for_tenant',
                                        'provider_list',
                                        'is_extension_supported')})
  def test_add_pool_get_provider_list_exception(self):
          self._test_add_pool_get(with_service_type=True)

  should differ.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1279276/+subscriptions


Follow ups

References