Update amulet test definitions

Change-Id: I4f839c80aebc9b40691ff672c66b0c4831b3746d
This commit is contained in:
Ryan Beisner
2017-09-28 04:16:17 +00:00
parent 065b4e4ab2
commit 979e4463d6
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -21,3 +21,6 @@ from basic_deployment import SwiftStorageBasicDeployment
if __name__ == '__main__': if __name__ == '__main__':
deployment = SwiftStorageBasicDeployment(series='artful') deployment = SwiftStorageBasicDeployment(series='artful')
deployment.run_tests() 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