Volt CLI: source-available under AGPSL v5.0
Complete infrastructure platform CLI: - Container runtime (systemd-nspawn) - VoltVisor VMs (Neutron Stardust / QEMU) - Stellarium CAS (content-addressed storage) - ORAS Registry - GitOps integration - Landlock LSM security - Compose orchestration - Mesh networking Copyright (c) Armored Gates LLC. All rights reserved. Licensed under AGPSL v5.0
This commit is contained in:
12
tests/hybrid/test-manifests/invalid-missing-name.toml
Normal file
12
tests/hybrid/test-manifests/invalid-missing-name.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user