From: Steven Pisarski Date: Fri, 11 Aug 2017 14:46:05 +0000 (+0000) Subject: Merge "SNAPS Stack creators can now return SNAPS network creators." X-Git-Tag: opnfv-5.0.0~9 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=887c0c9010e8b23bf7c955c0809c1b761ddf2096;p=snaps.git Merge "SNAPS Stack creators can now return SNAPS network creators." --- 887c0c9010e8b23bf7c955c0809c1b761ddf2096 diff --cc snaps/test_suite_builder.py index f0bae6e,9beb422..e264b59 --- a/snaps/test_suite_builder.py +++ b/snaps/test_suite_builder.py @@@ -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)