diff options
author | Chad Smith <chad.smith@canonical.com> | 2018-04-03 16:52:13 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2018-04-03 16:52:13 -0600 |
commit | 05926e48eae0fa70a26da6449617e04e87c4e704 (patch) | |
tree | 36cf4b810887d04a25a3c56fbadc4e6c1310bb90 /integration-requirements.txt | |
parent | b27f713ae5b4c5b38eda63758dbaeab92be13b9d (diff) | |
download | vyos-cloud-init-05926e48eae0fa70a26da6449617e04e87c4e704.tar.gz vyos-cloud-init-05926e48eae0fa70a26da6449617e04e87c4e704.zip |
tests: fix integration tests to support lxd 3.0 release
Integration tests previously had a logic path that was unexercised on
jenkins because we were on an older version of lxc. With an upgrade to lxd
version 3.0 we need to bump pylxd dependency pin and fix a typo in
integration tests which checked the lxd version.
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r-- | integration-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index 45baac6a..df3a73ef 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -12,8 +12,8 @@ boto3==1.5.9 paramiko==2.4.0 # lxd backend -# 01/10/2018: enables use of lxd as snap support -git+https://github.com/lxc/pylxd.git@0722955260a6557e6d2ffde1896bfe0707bbca27 +# 04/03/2018: enables use of lxd 3.0 +git+https://github.com/lxc/pylxd.git@1a85a12a23401de6e96b1aeaf59ecbff2e88f49d # finds latest image information |