waagent: add passthru.tests
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
python3,
|
python3,
|
||||||
bash,
|
bash,
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
|
nixosTests,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -64,8 +65,13 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
dontWrapPythonPrograms = false;
|
dontWrapPythonPrograms = false;
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater {
|
passthru = {
|
||||||
rev-prefix = "v";
|
tests = {
|
||||||
|
inherit (nixosTests) waagent;
|
||||||
|
};
|
||||||
|
updateScript = gitUpdater {
|
||||||
|
rev-prefix = "v";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user