diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-01-06 12:09:00 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-01-06 12:09:00 -0500 |
commit | b8eb056fd7fda5f50f07d7c0a0bc65c67d770f5e (patch) | |
tree | e7b6f361bc038fd9884ae6ec8fa28df0446ef6e7 /tests/unittests/test_datasource/test_gce.py | |
parent | 24e32edfc4dbce532dde1d858fbdd7beebefb3aa (diff) | |
download | vyos-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.
Diffstat (limited to 'tests/unittests/test_datasource/test_gce.py')
-rw-r--r-- | tests/unittests/test_datasource/test_gce.py | 1 |
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 = { |