summaryrefslogtreecommitdiff
path: root/novaclient/tests/unit/v2/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/tests/unit/v2/test_shell.py')
-rw-r--r--novaclient/tests/unit/v2/test_shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/novaclient/tests/unit/v2/test_shell.py b/novaclient/tests/unit/v2/test_shell.py
index 84f4fcdc..52738632 100644
--- a/novaclient/tests/unit/v2/test_shell.py
+++ b/novaclient/tests/unit/v2/test_shell.py
@@ -4700,6 +4700,8 @@ class ShellTest(utils.TestCase):
87, # doesn't require any changes in novaclient.
89, # There are no version-wrapped shell method changes for this.
93, # There are no version-wrapped shell method changes for this.
+ 94, # There are no version-wrapped shell method changes for this.
+ 95, # There are no version-wrapped shell method changes for this.
])
versions_supported = set(range(0,
novaclient.API_MAX_VERSION.ver_minor + 1))