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