Merge "Update functional test definitions"

This commit is contained in:
Zuul 2019-02-11 23:06:46 +00:00 committed by Gerrit Code Review
commit f580a970fe
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/usr/bin/env python
import basic_deployment
if __name__ == "__main__":
t = basic_deployment.BasicDeployment(units=3, series='trusty')
t.run()