Update amulet test definitions
Change-Id: I4f839c80aebc9b40691ff672c66b0c4831b3746d
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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
0
tests/gate-basic-xenial-pike
Normal file → Executable file
Reference in New Issue
Block a user