diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:37:07 +0100 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:37:07 +0100 |
commit | 9661db0561ff15b888f681a44d9aa02a17de074c (patch) | |
tree | b7ef1f34b38f991ea88e7f6e2563e48cedceeb6e /tests | |
parent | 13566b6833e9bca2a5c1bbe9ad7639089f170c4a (diff) | |
parent | 2e4d57b867b71831270655956d06a8e14793a8f3 (diff) | |
download | vyos-cloud-init-9661db0561ff15b888f681a44d9aa02a17de074c.tar.gz vyos-cloud-init-9661db0561ff15b888f681a44d9aa02a17de074c.zip |
merge from trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_datasource/test_azure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_azure.py b/tests/unittests/test_datasource/test_azure.py index 4cd3f213..06f8a5d2 100644 --- a/tests/unittests/test_datasource/test_azure.py +++ b/tests/unittests/test_datasource/test_azure.py @@ -249,7 +249,6 @@ class TestAzureDataSource(MockerTestCase): def test_apply_bounce_call_1(self): # hostname needs to get through to apply_hostname_bounce - mydata = "FOOBAR" odata = {'HostName': 'my-random-hostname'} data = {'ovfcontent': construct_valid_ovf_env(data=odata)} |