summaryrefslogtreecommitdiffstats
path: root/nova/test.py
diff options
context:
space:
mode:
authorNTT PF Lab. <openstack@lab.ntt.co.jp>2010-12-24 20:38:49 +0900
committerNTT PF Lab. <openstack@lab.ntt.co.jp>2010-12-24 20:38:49 +0900
commitc5c58cb20def79401a374f863983a343139b53f3 (patch)
tree779776e3e04787318212572a96a0dc8a0f7ffb79 /nova/test.py
parent0a93a9298dda075b5519e71289d0bac6fb461404 (diff)
downloadnova-c5c58cb20def79401a374f863983a343139b53f3.tar.gz
nova-c5c58cb20def79401a374f863983a343139b53f3.tar.xz
nova-c5c58cb20def79401a374f863983a343139b53f3.zip
Support IPv6
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/test.py b/nova/test.py
index 5c2a72819..ee2fc2720 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -70,7 +70,8 @@ class TrialTestCase(unittest.TestCase):
FLAGS.fixed_range,
5, 16,
FLAGS.vlan_start,
- FLAGS.vpn_start)
+ FLAGS.vpn_start,
+ FLAGS.fixed_range_v6)
# emulate some of the mox stuff, we can't use the metaclass
# because it screws with our generators