nix: attempt to fix VM tests; general cleanup
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I65f6909ef02ab4599f5b0bbc0930367e6a6a6964
This commit is contained in:
parent
83071514a3
commit
a2b638d4db
26 changed files with 2320 additions and 2939 deletions
|
|
@ -10,7 +10,8 @@ pkgs.testers.nixosTest {
|
|||
self.nixosModules.fc-ci
|
||||
../vm-common.nix
|
||||
];
|
||||
_module.args.self = self;
|
||||
|
||||
config._module.args = {inherit self;};
|
||||
};
|
||||
|
||||
# API CRUD tests: dashboard content, project/jobset/evaluation/build/channel/builder
|
||||
|
|
@ -18,6 +19,7 @@ pkgs.testers.nixosTest {
|
|||
testScript = ''
|
||||
import hashlib
|
||||
import json
|
||||
import re
|
||||
|
||||
machine.start()
|
||||
machine.wait_for_unit("postgresql.service")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue