# invalid-missing-name.toml — Invalid manifest: missing required workload.name # # Used by test_manifest.sh to verify that Volt rejects incomplete manifests # with a clear error message. [workload] # name is intentionally omitted type = "hybrid" image = "ubuntu:24.04" [resources] memory = "512M"