commit | fc1176937a5cf544d3176e953e520394b2565698 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Jun 12 10:38:34 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Jun 12 10:38:34 2014 +0000 |
tree | 12e6a3bb6e2dabf21421bbf9d93fbb49770e09a6 | |
parent | 3fb62dabcb0cf7395bf3d810d2690b4fb652e37e [diff] | |
parent | 44bcdfa1fbf9aaf37213a8a6021a602c893ae51c [diff] |
Merge "adds the missing _interface variable"
diff --git a/tempest/api/volume/test_availability_zone.py b/tempest/api/volume/test_availability_zone.py index 1db7b7b..fe8f96e 100644 --- a/tempest/api/volume/test_availability_zone.py +++ b/tempest/api/volume/test_availability_zone.py
@@ -22,6 +22,7 @@ """ Tests Availability Zone API List """ + _interface = 'json' @classmethod def setUpClass(cls):