commit | 786236c67a1ae7f1e7b5ea5af976eef0a52e0ee8 | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Thu Jan 31 16:06:51 2013 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Thu Jan 31 21:11:39 2013 +0100 |
tree | bf4d3575366481b902906f504e6c1a994f809215 | |
parent | 920fe25915b2bc349d7e7c2d7ca3a11bfda8a0ea [diff] [blame] |
Fix volume XML tests Run the xml version in the .*XML classes instead of the json version. Change-Id: Ib7d92119ecf1b1c5ecca8b14747b628c7e70eb7d
diff --git a/tempest/tests/volume/test_volumes_actions.py b/tempest/tests/volume/test_volumes_actions.py index 155acb6..dd93b89 100644 --- a/tempest/tests/volume/test_volumes_actions.py +++ b/tempest/tests/volume/test_volumes_actions.py
@@ -22,6 +22,7 @@ class VolumesActionsTest(BaseVolumeTest): + _interface = "json" @classmethod def setUpClass(cls):