diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-12-09 18:11:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 18:11:18 -0500 |
commit | 05216aa37e1fad32433dbea102dc3ceae7d8565d (patch) | |
tree | cc705070832bbba8f0776bfa43041bb631d8a4da /integration-requirements.txt | |
parent | 17ca02e10623b12065532b26de9cefcccee0062c (diff) | |
download | vyos-cloud-init-05216aa37e1fad32433dbea102dc3ceae7d8565d.tar.gz vyos-cloud-init-05216aa37e1fad32433dbea102dc3ceae7d8565d.zip |
integration_tests: add test for LP: #1898997 (#713)
integration_tests: add test for LP: #1898997
This introduces the `lxd_config_dict` mark, used to specify a
free-form configuration dict to LXD for tests which only run there; and
the `not_xenial` and `not_bionic` marks, used to skip tests on
xenial/bionic via a basic release skipping mechanism.
This also bumps the pycloudlib commit we depend upon, as
the latest commit includes the changes required for LXD network config
to work.
(The `lxd_config_dict` change further complicated `_client`, so a minor
refactoring is applied.)
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r-- | integration-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index 3648a0f1..b7e22ce7 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -1,5 +1,5 @@ # PyPI requirements for cloud-init integration testing # https://cloudinit.readthedocs.io/en/latest/topics/integration_tests.html # -pycloudlib @ git+https://github.com/canonical/pycloudlib.git@4b8d2cd5ac6316810ce16d081842da575625ca4f +pycloudlib @ git+https://github.com/canonical/pycloudlib.git@324763289c9a38fc9ac7ec524acb9eb11c7d6c13 pytest |