summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvteratipally <67723486+vteratipally@users.noreply.github.com>2022-01-20 14:26:02 -0800
committerGitHub <noreply@github.com>2022-01-20 16:26:02 -0600
commit2a08d592f7fbdb64452eb2da14592ae5aec806ea (patch)
tree320cfddf64504d062a99e72cb7ba022e23a3487c /tests
parent6c8770f5336c8c74dc8208f50ab0a479363d1332 (diff)
downloadvyos-cloud-init-2a08d592f7fbdb64452eb2da14592ae5aec806ea.tar.gz
vyos-cloud-init-2a08d592f7fbdb64452eb2da14592ae5aec806ea.zip
Add support for gentoo templates and cloud.cfg (#1179)
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_render_cloudcfg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_render_cloudcfg.py b/tests/unittests/test_render_cloudcfg.py
index 01a728da..30fbd1a4 100644
--- a/tests/unittests/test_render_cloudcfg.py
+++ b/tests/unittests/test_render_cloudcfg.py
@@ -16,6 +16,7 @@ DISTRO_VARIANTS = [
"eurolinux",
"fedora",
"freebsd",
+ "gentoo",
"netbsd",
"openbsd",
"photon",