diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-05 20:31:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-05 20:31:01 +0000 |
commit | 27d977da08dced6d9752c95c2561c5b9d749ebbc (patch) | |
tree | 4c6a49131d2e7f480c8992a5aca682ac9b2178d5 /tests/unit/benchmark | |
parent | e49f9eff83fe3a610fc95aee197938ac3158a0b7 (diff) | |
parent | 44de3c894775b3eb53d5169683131177ba6103ba (diff) |
Merge "heat: add port name as port"
Diffstat (limited to 'tests/unit/benchmark')
-rw-r--r-- | tests/unit/benchmark/contexts/test_heat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/benchmark/contexts/test_heat.py b/tests/unit/benchmark/contexts/test_heat.py index 2e546805d..223d64060 100644 --- a/tests/unit/benchmark/contexts/test_heat.py +++ b/tests/unit/benchmark/contexts/test_heat.py @@ -201,6 +201,7 @@ class HeatContextTestCase(unittest.TestCase): "subnet_cidr": '10.20.0.0/15', "network": '10.20.0.0', "netmask": '255.254.0.0', + "name": "port_a", "gateway_ip": '10.20.30.1', "mac_address": '00:01', "device_id": 'dev21', |