Skip to content

Commit

Permalink
Fix typo in mitaka amulet test definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Beisner committed Jan 19, 2016
1 parent 06b5b7d commit 12f730e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/019-basic-trusty-mitaka
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/python

"""Amulet tests on a basic keystone deployment on trusty-liberty."""
"""Amulet tests on a basic keystone deployment on trusty-mitaka."""

from basic_deployment import KeystoneBasicDeployment

if __name__ == '__main__':
deployment = KeystoneBasicDeployment(series='trusty',
openstack='cloud:trusty-liberty',
source='cloud:trusty-updates/liberty')
openstack='cloud:trusty-mitaka',
source='cloud:trusty-updates/mitaka')
deployment.run_tests()

0 comments on commit 12f730e

Please sign in to comment.