summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-01-06 12:09:00 -0500
committerScott Moser <smoser@ubuntu.com>2015-01-06 12:09:00 -0500
commitb8eb056fd7fda5f50f07d7c0a0bc65c67d770f5e (patch)
treee7b6f361bc038fd9884ae6ec8fa28df0446ef6e7
parent24e32edfc4dbce532dde1d858fbdd7beebefb3aa (diff)
downloadvyos-cloud-init-b8eb056fd7fda5f50f07d7c0a0bc65c67d770f5e.tar.gz
vyos-cloud-init-b8eb056fd7fda5f50f07d7c0a0bc65c67d770f5e.zip
remove the user-data-encoding from test meta-data
just so we don't come to rely on it being set to 'base64' or ''. rather the default case is that it wont be present at all.
-rw-r--r--tests/unittests/test_datasource/test_gce.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_gce.py b/tests/unittests/test_datasource/test_gce.py
index e2449ba8..89251b0e 100644
--- a/tests/unittests/test_datasource/test_gce.py
+++ b/tests/unittests/test_datasource/test_gce.py
@@ -33,7 +33,6 @@ GCE_META = {
'project/attributes/sshKeys': 'user:ssh-rsa AA2..+aRD0fyVw== root@server',
'instance/hostname': 'server.project-foo.local',
'instance/attributes/user-data': '/bin/echo foo\n',
- 'instance/attributes/user-data-encoding': '',
}
GCE_META_PARTIAL = {