summaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)Author
2022-03-25T2117: Cloud-init updated to 22.1zsdc
2022-02-15sources/azure: report ready in local phase (#1265)Chris Patterson
2022-02-14sources/azure: validate IMDS network configuration metadata (#1257)Chris Patterson
2022-02-14use PEP 589 syntax for TypeDict (#1253)Brett Holman
2022-02-14Fix extra ipv6 issues, code reduction and simplification (#1243)eb3095
2022-02-11sources/azure: address mypy/pyright typing complaints (#1245)Chris Patterson
2022-02-10Shell script handlers by freq (#1166)Chris Lalos
2022-02-10cloud-id: publish /run/cloud-init/cloud-id-<cloud-type> files (#1244)Chad Smith
2022-02-10sources/azure: refactor ssh key handling (#1248)Chris Patterson
2022-02-09sources/hetzner: Use EphemeralDHCPv4 instead of static configuration (#1251)Markus Schade
2022-02-08Fix IPv6 netmask format for sysconfig (#1215)Harald
2022-02-04sources/azure: consolidate ephemeral DHCP configuration (#1229)Chris Patterson
2022-02-04sources/azure: fix metadata check in _check_if_nic_is_primary() (#1232)Chris Patterson
2022-01-31Schema a d (#1211)Chad Smith
2022-01-31sources/azure: refactor _report_ready_if_needed and _poll_imds (#1222)Chris Patterson
2022-01-28sources/azure: refactor _should_reprovision[_after_nic_attach]() logic (#1206)Chris Patterson
2022-01-26Add json parsing of ip addr show (SC-723) (#1210)James Falcon
2022-01-20sources/azure: drop unused case in _report_failure() (#1200)Chris Patterson
2022-01-20Add support for gentoo templates and cloud.cfg (#1179)vteratipally
2022-01-20sources/azure: unpack ret tuple in crawl_metadata() (#1194)Chris Patterson
2022-01-19tests: focal caplog has whitespace indentation for multi-line logs (#1201)Chad Smith
2022-01-18cmd: status and cloud-id avoid change in behavior for 'not run' (#1197)Chad Smith
2022-01-18sources/azure: set ovf_is_accessible when OVF is read successfully (#1193)Chris Patterson
2022-01-18sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting (#1190)Chris Patterson
2022-01-18Single JSON schema validation in early boot (#1175)Chad Smith
2022-01-15Ensure system_cfg read before ds net config on Oracle (SC-720) (#1174)James Falcon
2022-01-14Test Optimization Proposal (SC-736) (#1188)Brett Holman
2022-01-13cli: cloud-id report not-run or disabled state as cloud-id (#1162)Chad Smith
2022-01-12Add new config module to set keyboard layout (#1176)maxnet
2022-01-11sources/azure: rename metadata_type -> MetadataType (#1181)Chris Patterson
2022-01-10Remove 3.5 and xenial support (SC-711) (#1167)James Falcon
2022-01-10tests: mock LXD datasource detection in ds-identify on LXD containers (#1178)Chad Smith
2022-01-06Don't throw exceptions for empty cloud config (#1130)Brett Holman
2022-01-04sources/azure: do not persist failed_desired_api_version flag (#1159)Chris Patterson
2022-01-04Update cc_ubuntu_advantage calls to assume-yes (#1158)John Chittum
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-14tests/cmd/query: fix test run as root and add coverage for defaults (#1156)Chris Patterson
2021-12-13Schema processing changes (SC-676) (#1144)James Falcon
2021-12-13find_devs_with_openbsd: ensure we return the last entry (#1149)Gonéri Le Bouder
2021-12-10sources/azure: remove unnecessary hostname bounce (#1143)Chris Patterson
2021-12-09find_devs/openbsd: accept ISO on disk (#1132)Gonéri Le Bouder
2021-12-08factor out function for getting top level directory of cloudinit (#1136)Brett Holman
2021-12-07testing: Add deterministic test id (#1138)Brett Holman
2021-12-07mock sleep() in azure test (#1137)Brett Holman
2021-12-07Add miraclelinux support (#1128)Haruki TSURUMOTO
2021-12-06Add Strict Metaschema Validation (#1101)Brett Holman
2021-12-06cloudinit/net: handle two different routes for the same ip (#1124)Emanuele Giuseppe Esposito
2021-12-03Reorganize unit test locations under tests/unittests (#1126)Brett Holman
2021-12-02Fix exception when no activator found (#1129)James Falcon
2021-12-02jinja: provide and document jinja-safe key aliases in instance-data (SC-622) ...Chad Smith