diff options
author | Chad Smith <chad.smith@canonical.com> | 2020-05-28 13:55:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 13:55:35 -0600 |
commit | 1211ab449bdfa34b8883c7386772155e6a516ebb (patch) | |
tree | f224fca53726fe89e8e492102d7b499b8ff908d8 /tests | |
parent | 0919bd46bbd1b12158c369569ec1298bb000dd8a (diff) | |
download | vyos-cloud-init-1211ab449bdfa34b8883c7386772155e6a516ebb.tar.gz vyos-cloud-init-1211ab449bdfa34b8883c7386772155e6a516ebb.zip |
tests: add groovy integration tests for ubuntu (#400)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cloud_tests/releases.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/cloud_tests/releases.yaml b/tests/cloud_tests/releases.yaml index 187f3ac3..e76a3d35 100644 --- a/tests/cloud_tests/releases.yaml +++ b/tests/cloud_tests/releases.yaml @@ -133,6 +133,22 @@ features: releases: # UBUNTU ================================================================= + groovy: + # EOL: Jul 2021 + default: + enabled: true + release: groovy + version: "20.10" + os: ubuntu + feature_groups: + - base + - debian_base + - ubuntu_specific + lxd: + sstreams_server: https://cloud-images.ubuntu.com/daily + alias: groovy + setup_overrides: null + override_templates: false focal: # EOL: Apr 2025 default: |