diff options
author | Ryan Harper <ryan.harper@canonical.com> | 2019-07-18 19:53:50 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-07-18 19:53:50 +0000 |
commit | a02c0c9aa24a16f1983a81fe5dbfadac3d7e0ad3 (patch) | |
tree | b3a0f22e2ed97062083611f680710fd9aed4e030 /tests/cloud_tests/platforms.yaml | |
parent | 5498107d184815fe2e591748e247ab98a4e6d681 (diff) | |
download | vyos-cloud-init-a02c0c9aa24a16f1983a81fe5dbfadac3d7e0ad3.tar.gz vyos-cloud-init-a02c0c9aa24a16f1983a81fe5dbfadac3d7e0ad3.zip |
cloud_tests: updates and fixes
- Update paramiko and cryptography module versions (2.4.2) to
address issues with algo and deprecation warnings.
- Modify ssh keypair generation to work with updated paramiko
- tools/xkvm sync with newer version from curtin
- Update NoCloudKvm instance.py to work with updated xkvm
- pass -name to instance, useful for debugging on shared host
- Add cache_mode platform config; default to cache=none,aio=native
- Switch to yaml.safe_load() in platforms.py
Diffstat (limited to 'tests/cloud_tests/platforms.yaml')
-rw-r--r-- | tests/cloud_tests/platforms.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cloud_tests/platforms.yaml b/tests/cloud_tests/platforms.yaml index 448aa98d..652a7051 100644 --- a/tests/cloud_tests/platforms.yaml +++ b/tests/cloud_tests/platforms.yaml @@ -66,5 +66,6 @@ platforms: {{ config_get("user.vendor-data", properties.default) }} nocloud-kvm: enabled: true + cache_mode: cache=none,aio=native # vi: ts=4 expandtab |