Add Emberwake Cloud Ecosystem deploy hub with AWS and generic spread templates.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Unified expandable panels with mermaid flows, ZIP export, connection tests, and Playwright smoke coverage.
This commit is contained in:
9
server/internal/cloudmap/registry_test.go
Normal file
9
server/internal/cloudmap/registry_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package cloudmap
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestSeederDNSName(t *testing.T) {
|
||||
if got := SeederDNSName("seeder", "prod.local"); got != "seeder.svc.prod.local" {
|
||||
t.Fatalf("got %q", got)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user