Merge "Update amulet test definitions"

This commit is contained in:
Zuul 2017-10-31 09:31:45 +00:00 committed by Gerrit Code Review
commit 21c59d73bf
3 changed files with 4 additions and 3 deletions

View File

@ -95,10 +95,8 @@ class SwiftStorageBasicDeployment(OpenStackAmuletDeployment):
'overwrite': 'true',
}
pxc_config = {
'dataset-size': '25%',
'innodb-buffer-pool-size': '256M',
'max-connections': 1000,
'root-password': 'ChangeMe123',
'sst-password': 'ChangeMe123',
}
configs = {
'keystone': keystone_config,

View File

@ -21,3 +21,6 @@ from basic_deployment import SwiftStorageBasicDeployment
if __name__ == '__main__':
deployment = SwiftStorageBasicDeployment(series='artful')
deployment.run_tests()
# NOTE(beisner): Artful target disabled, pending bug:
# https://bugs.launchpad.net/charm-percona-cluster/+bug/1728132

0
tests/gate-basic-xenial-pike Normal file → Executable file
View File