Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-24 | move recently added test_udprocess tests to test_data, improve a bit | Scott Moser | |
explicitly test compressed user-data. | |||
2015-02-24 | use util.decode_binary rather than str, add tests. | Scott Moser | |
just seems to make more sense to decode here. Add a test showing the previous failure (testBytesInPayload) And one that should pass (testStringInPayload) Also, add a test for unencoded content in the ovf xml (test_userdata_plain) And explicitly set encoding on another test (test_userdata_found). |