Files
charm-percona-cluster/tests/dev-basic-disco
Frode Nordahl 9b7d7d6a02 Enable cosmic gate test and disco dev test
Pending LP: #1823718 to enable disco gate test

Change-Id: I7fcd92968252499a25a2e4a85b049f15ab24587b
2019-04-08 14:51:42 +02:00

9 lines
154 B
Python
Executable File

#!/usr/bin/env python
import basic_deployment
if __name__ == "__main__":
t = basic_deployment.BasicDeployment(units=3, series='disco')
t.run()