summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVlastimil Holer <vlastimil.holer@gmail.com>2013-09-10 18:35:19 +0200
committerVlastimil Holer <vlastimil.holer@gmail.com>2013-09-10 18:35:19 +0200
commitc0d1a59d96a16c080ad8b8278251294cccc21894 (patch)
tree5441b97ecf1ac9a8edf15c77841ac0d040b8435c /tests
parent18ec61a5b5e2c67d84cbdcef1e47cc72b0ba6218 (diff)
downloadvyos-cloud-init-c0d1a59d96a16c080ad8b8278251294cccc21894.tar.gz
vyos-cloud-init-c0d1a59d96a16c080ad8b8278251294cccc21894.zip
Fix detection of ETHx_IP context variable, add test.
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_datasource/test_opennebula.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unittests/test_datasource/test_opennebula.py b/tests/unittests/test_datasource/test_opennebula.py
index f5103dc0..f2457657 100644
--- a/tests/unittests/test_datasource/test_opennebula.py
+++ b/tests/unittests/test_datasource/test_opennebula.py
@@ -173,6 +173,12 @@ class TestOpenNebulaDataSource(MockerTestCase):
self.assertTrue('local-hostname' in results['metadata'])
self.assertEqual(PUBLIC_IP, results['metadata']['local-hostname'])
+ def test_network_interfaces(self):
+ populate_context_dir(self.seed_dir, {'ETH0_IP': '1.2.3.4'})
+ results = ds.read_context_disk_dir(self.seed_dir)
+
+ self.assertTrue('network-interfaces' in results)
+
def test_find_candidates(self):
def my_devs_with(criteria):
return {