Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Add dbaas.api.replication to black-box group
Browse files Browse the repository at this point in the history
Added dbaas.api.replication to the default trove integration
tests as part of the black-box group.

Partially-implements: blueprint replication-v1
Change-Id: I59d7f5507db61d93378b162e53bb0bd6fbeca1ef
  • Loading branch information
SlickNik committed Jul 15, 2014
1 parent 975fa34 commit a64df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/int_tests.py
Expand Up @@ -171,6 +171,7 @@ def import_tests():
instances.GROUP_START,
"dbaas_quotas",
"dbaas.api.security_groups",
"dbaas.api.replication",
backups.GROUP,
configurations.GROUP,
datastores.GROUP,
Expand Down Expand Up @@ -361,4 +362,3 @@ def run_main(test_importer):

if __name__ == "__main__":
run_main(import_tests)

0 comments on commit a64df69

Please sign in to comment.