aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/nomad-tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* mark nomad tests with doctest::skip() since they aren't fastStefan Boberg12 days1-2/+2
|
* Added Nomad binary package definition (v1.9.7), mirrors the existing Consul ↵Stefan Boberg13 days1-0/+126
package pattern Add end-to-end test infrastructure for the Nomad provisioner: a Nomad dev agent launcher, a test HTTP client, and two integration tests that verify job lifecycle and that zenserver's compute mode actually submits worker jobs to a real Nomad cluster. Also fixes a URL construction bug in NomadClient