diff options
author | Haruki TSURUMOTO <fortune.rocket42@gmail.com> | 2021-12-07 23:23:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 08:23:45 -0600 |
commit | 0ed00ad9cdebc2d4dabd8bd6d7c901584963def5 (patch) | |
tree | dcc25a244e086eab826fd988db44a8fdfaa76bf5 /tests/unittests/test_cli.py | |
parent | cd40789a583c38423cea76355b375aa838893292 (diff) | |
download | vyos-cloud-init-0ed00ad9cdebc2d4dabd8bd6d7c901584963def5.tar.gz vyos-cloud-init-0ed00ad9cdebc2d4dabd8bd6d7c901584963def5.zip |
Add miraclelinux support (#1128)
Diffstat (limited to 'tests/unittests/test_cli.py')
-rw-r--r-- | tests/unittests/test_cli.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unittests/test_cli.py b/tests/unittests/test_cli.py index d0162673..e30e89a7 100644 --- a/tests/unittests/test_cli.py +++ b/tests/unittests/test_cli.py @@ -236,8 +236,9 @@ class TestCLI(test_helpers.FilesystemMockingTestCase): "**Supported distros:** all", ( "**Supported distros:** almalinux, alpine, centos, " - "cloudlinux, debian, eurolinux, fedora, openEuler, " - "opensuse, photon, rhel, rocky, sles, ubuntu, virtuozzo" + "cloudlinux, debian, eurolinux, fedora, miraclelinux, " + "openEuler, opensuse, photon, rhel, rocky, sles, ubuntu, " + "virtuozzo" ), "**Config schema**:\n **resize_rootfs:** " "(true/false/noblock)", |