<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/tests/integration_tests/integration_settings.py, branch circinus-public-unmaintained</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=circinus-public-unmaintained'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2022-01-18T15:10:36+00:00</updated>
<entry>
<title>testing: support pycloudlib config file (#1189)</title>
<updated>2022-01-18T15:10:36+00:00</updated>
<author>
<name>James Falcon</name>
<email>james.falcon@canonical.com</email>
</author>
<published>2022-01-18T15:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=62f82651f2c29db5934f16afcb9f1e522f90588a'/>
<id>urn:sha1:62f82651f2c29db5934f16afcb9f1e522f90588a</id>
<content type='text'>
https://pycloudlib.readthedocs.io/en/latest/configuration.html#configuration</content>
</entry>
<entry>
<title>Remove distutils usage (#1177)</title>
<updated>2022-01-12T19:52:32+00:00</updated>
<author>
<name>Shreenidhi Shedi</name>
<email>53473811+sshedi@users.noreply.github.com</email>
</author>
<published>2022-01-12T19:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=e3f3485d875f021915654bf2b64678e151a8d6f6'/>
<id>urn:sha1:e3f3485d875f021915654bf2b64678e151a8d6f6</id>
<content type='text'>
distutils is getting deprecated soon. Let's replace it with suggested
alternatives as suggested in:
https://www.python.org/dev/peps/pep-0632/

Remove `requests` version check and related code from url_helper.py
as the versions specified are old enough to no longer be relevant.

Signed-off-by: Shreenidhi Shedi &lt;sshedi@vmware.com&gt;</content>
</entry>
<entry>
<title>Adopt Black and isort (SC-700) (#1157)</title>
<updated>2021-12-16T02:16:38+00:00</updated>
<author>
<name>James Falcon</name>
<email>james.falcon@canonical.com</email>
</author>
<published>2021-12-16T02:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf'/>
<id>urn:sha1:bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf</id>
<content type='text'>
Applied Black and isort, fixed any linting issues, updated tox.ini
and CI.
</content>
</entry>
<entry>
<title>testing: OCI availability domain is now required (SC-59) (#910)</title>
<updated>2021-06-15T02:37:15+00:00</updated>
<author>
<name>James Falcon</name>
<email>TheRealFalcon@users.noreply.github.com</email>
</author>
<published>2021-06-15T02:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=59a3d84562a0fdeb16a4a566371294790d110ad4'/>
<id>urn:sha1:59a3d84562a0fdeb16a4a566371294790d110ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>integration_tests: add OpenStack as a platform (#804)</title>
<updated>2021-03-03T20:40:07+00:00</updated>
<author>
<name>James Falcon</name>
<email>TheRealFalcon@users.noreply.github.com</email>
</author>
<published>2021-03-03T20:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=3dd3de7c381e870c6bc9b9b7a84d452b57594686'/>
<id>urn:sha1:3dd3de7c381e870c6bc9b9b7a84d452b57594686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>integration_tests: add UPGRADE CloudInitSource (#812)</title>
<updated>2021-02-18T20:36:31+00:00</updated>
<author>
<name>Daniel Watkins</name>
<email>oddbloke@ubuntu.com</email>
</author>
<published>2021-02-18T20:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=28d2d4b86ebde5261fbe3a3ffb28292b2bbdbd76'/>
<id>urn:sha1:28d2d4b86ebde5261fbe3a3ffb28292b2bbdbd76</id>
<content type='text'>
This allows out-of-date images to be brought up-to-date with the
archive, so that tests written against the latest cloud-init release
will pass.</content>
</entry>
<entry>
<title>integration_tests: use unique MAC addresses for tests (#813)</title>
<updated>2021-02-18T16:17:26+00:00</updated>
<author>
<name>Daniel Watkins</name>
<email>oddbloke@ubuntu.com</email>
</author>
<published>2021-02-18T16:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=5a9008e53d7cf987b5cfb78964d2bd987d180993'/>
<id>urn:sha1:5a9008e53d7cf987b5cfb78964d2bd987d180993</id>
<content type='text'>
Using the same MAC address results in strange test behaviour if more
than one such instance is up: traffic gets routed to an arbitrary
interface with the given MAC address.  This can happen if running tests
in parallel, or on a system which retains test instances from previous
runs.

The introduction of tests/integration_tests/__init__.py means that
pylint now checks the integration tests: this commit also addresses
those failures.</content>
</entry>
<entry>
<title>Use more cloud defaults in integration tests (#757)</title>
<updated>2021-01-22T15:25:38+00:00</updated>
<author>
<name>James Falcon</name>
<email>TheRealFalcon@users.noreply.github.com</email>
</author>
<published>2021-01-22T15:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=1527efa740ce7e66d9506ea62b0b8010d71a4104'/>
<id>urn:sha1:1527efa740ce7e66d9506ea62b0b8010d71a4104</id>
<content type='text'>
Stop requiring compartment_id for OCI and project_id for GCE since they
can now be inferred in pycloudlib.</content>
</entry>
<entry>
<title>integration_tests: add SSH key selection settings (#754)</title>
<updated>2021-01-06T21:19:15+00:00</updated>
<author>
<name>Daniel Watkins</name>
<email>oddbloke@ubuntu.com</email>
</author>
<published>2021-01-06T21:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=e5c67478136e1942a981ee18785ceb26579d0041'/>
<id>urn:sha1:e5c67478136e1942a981ee18785ceb26579d0041</id>
<content type='text'>
This introduces PUBLIC_SSH_KEY, to configure what public SSH key should
be used to access systems under test, and KEYPAIR_NAME, to configure the
name used in clouds for that SSH key (or the default SSH key, in
PUBLIC_SSH_KEY's absence).</content>
</entry>
<entry>
<title>Ensure overriding test vars with env vars works for booleans (#727)</title>
<updated>2020-12-15T16:31:27+00:00</updated>
<author>
<name>James Falcon</name>
<email>TheRealFalcon@users.noreply.github.com</email>
</author>
<published>2020-12-15T16:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=2af3f6d7247d0ef0dd3d4c287c8d8e71fda5173a'/>
<id>urn:sha1:2af3f6d7247d0ef0dd3d4c287c8d8e71fda5173a</id>
<content type='text'>
</content>
</entry>
</feed>
