]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace occurences of 'test_tenant' with 'test-tenant' in tests
authorAssaf Muller <amuller@redhat.com>
Sat, 3 May 2014 14:05:04 +0000 (17:05 +0300)
committerAssaf Muller <amuller@redhat.com>
Mon, 30 Jun 2014 11:05:53 +0000 (14:05 +0300)
commit5b34d41828a2a1260b1b92f6bfd91e1264aea7a8
treed24c711c9fb5df75454d9691b5b47f175dfb1619
parente95347be1409154062a59b0a720c75d0e0d7cd2b
Replace occurences of 'test_tenant' with 'test-tenant' in tests

tenant_id will now be consistent among all resources created.
This is important when getting or listing resources by tenant_id.
Most resources are created under the 'test-tenant', while
metering and security groups were created under 'test_tenant'.

Closes-Bug: #1335821
Change-Id: Ifde22814ab5c302e751f2102f6fd7ef52c932126
neutron/tests/unit/db/metering/test_db_metering.py
neutron/tests/unit/test_extension_security_group.py