Merge "Created domain class for routers."
authorSteven Pisarski <s.pisarski@cablelabs.com>
Thu, 13 Jul 2017 19:55:08 +0000 (19:55 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 13 Jul 2017 19:55:08 +0000 (19:55 +0000)
1  2 
snaps/test_suite_builder.py

@@@ -21,9 -21,9 +21,10 @@@ from snaps.domain.test.image_tests impo
  from snaps.domain.test.keypair_tests import KeypairDomainObjectTests
  from snaps.domain.test.network_tests import (
      SecurityGroupDomainObjectTests, SecurityGroupRuleDomainObjectTests,
-     PortDomainObjectTests)
+     PortDomainObjectTests, RouterDomainObjectTests,
+     InterfaceRouterDomainObjectTests)
  from snaps.domain.test.project_tests import ProjectDomainObjectTests
 +from snaps.domain.test.role_tests import RoleDomainObjectTests
  from snaps.domain.test.stack_tests import StackDomainObjectTests
  from snaps.domain.test.user_tests import UserDomainObjectTests
  from snaps.domain.test.vm_inst_tests import (