aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark/contexts/test_heat.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/benchmark/contexts/test_heat.py')
-rw-r--r--tests/unit/benchmark/contexts/test_heat.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/unit/benchmark/contexts/test_heat.py b/tests/unit/benchmark/contexts/test_heat.py
index c739f33ff..ae57402c0 100644
--- a/tests/unit/benchmark/contexts/test_heat.py
+++ b/tests/unit/benchmark/contexts/test_heat.py
@@ -147,20 +147,20 @@ class HeatContextTestCase(unittest.TestCase):
'c': network2,
}
self.test_context.stack.outputs = {
- 'b': '10.20.30.45',
- 'b-subnet_id': 1,
- 'foo-a-subnet-cidr': '10.20.0.0/15',
- 'foo-a-subnet-gateway_ip': '10.20.30.1',
- 'b-mac_address': '00:01',
- 'b-device_id': 'dev21',
- 'b-network_id': 'net789',
- 'd': '40.30.20.15',
- 'd-subnet_id': 2,
- 'foo-c-subnet-cidr': '40.30.0.0/18',
- 'foo-c-subnet-gateway_ip': '40.30.20.254',
- 'd-mac_address': '00:10',
- 'd-device_id': 'dev43',
- 'd-network_id': 'net987',
+ u'b': u'10.20.30.45',
+ u'b-subnet_id': 1,
+ u'foo-a-subnet-cidr': u'10.20.0.0/15',
+ u'foo-a-subnet-gateway_ip': u'10.20.30.1',
+ u'b-mac_address': u'00:01',
+ u'b-device_id': u'dev21',
+ u'b-network_id': u'net789',
+ u'd': u'40.30.20.15',
+ u'd-subnet_id': 2,
+ u'foo-c-subnet-cidr': u'40.30.0.0/18',
+ u'foo-c-subnet-gateway_ip': u'40.30.20.254',
+ u'd-mac_address': u'00:10',
+ u'd-device_id': u'dev43',
+ u'd-network_id': u'net987',
}
server = mock.MagicMock()
server.ports = OrderedDict([