Merge "SNAPS Stack creators can now return SNAPS network creators."
authorSteven Pisarski <s.pisarski@cablelabs.com>
Fri, 11 Aug 2017 14:46:05 +0000 (14:46 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 11 Aug 2017 14:46:05 +0000 (14:46 +0000)
1  2 
docs/how-to-use/UnitTests.rst
snaps/openstack/utils/neutron_utils.py
snaps/test_suite_builder.py

Simple merge
@@@ -24,10 -24,10 +24,11 @@@ from snaps.domain.test.network_tests im
      PortDomainObjectTests, RouterDomainObjectTests,
      InterfaceRouterDomainObjectTests, NetworkObjectTests, SubnetObjectTests)
  from snaps.domain.test.project_tests import (
 -    ProjectDomainObjectTests, DomainDomainObjectTests)
 +    ProjectDomainObjectTests, DomainDomainObjectTests,
 +    ComputeQuotasDomainObjectTests, NetworkQuotasDomainObjectTests)
  from snaps.domain.test.role_tests import RoleDomainObjectTests
- from snaps.domain.test.stack_tests import StackDomainObjectTests
+ from snaps.domain.test.stack_tests import (
+     StackDomainObjectTests, ResourceDomainObjectTests)
  from snaps.domain.test.user_tests import UserDomainObjectTests
  from snaps.domain.test.vm_inst_tests import (
      VmInstDomainObjectTests, FloatingIpDomainObjectTests)