summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_cloudsigma.py
AgeCommit message (Expand)Author
2020-03-10instance-data: add cloud-init merged_cfg and sys_info keys to json (#214)Chad Smith
2019-11-21tests: Fix cloudsigma tests when no dmidecode data is present. (#57)Scott Moser
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-11CloudSigma: Fix bug where datasource was not loaded in local search.Scott Moser
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-11Use a fake serial module that will allow tests to contineJoshua Harlow
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2014-07-23moreDimitri John Ledkov
2014-07-16Fix a few tests that have been failing in python 2.6Joshua Harlow
2014-05-30CloudSigma: only poll on serial device after dmidecode check.Kiril Vladimiroff
2014-05-30Use dmidecode to detect if cloud-init runs in CloudSigma's infrastructureKiril Vladimiroff
2014-05-27Enable vendordata for CloudSigma (LP: #1303986)Ben Howard
2014-02-19Read encoded with base64 user dataKiril Vladimiroff
2014-02-12Add CloudSigma data sourceKiril Vladimiroff