github.com/hernad/nomad@v1.6.112/e2e/servicediscovery/doc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package servicediscovery provides end-to-end tests for Nomads service 5 // discovery feature. It tests all supported discovery providers and ensures 6 // Nomad can handle operator changes to services with the desired effects. 7 // 8 // Subsystems of service discovery such as Consul Connect or Consul Template 9 // have their own suite of tests. 10 // 11 // In order to run this test suite only, from the e2e directory you can trigger 12 // go test -v -run '^TestServiceDiscovery$' ./servicediscovery 13 package servicediscovery