cloud-init: add passthru test

This commit is contained in:
illustris 2022-01-28 19:35:08 +05:30
parent 43cfb7204b
commit f01af2e126

View File

@ -118,6 +118,8 @@ python3.pkgs.buildPythonApplication rec {
"cloudinit"
];
passthru.tests.cloud-init = nixosTests.cloud-init;
meta = with lib; {
homepage = "https://cloudinit.readthedocs.org";
description = "Provides configuration and customization of cloud instance";