github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/e2e/servicediscovery/doc.go (about)

     1  // Package servicediscovery provides end-to-end tests for Nomads service
     2  // discovery feature. It tests all supported discovery providers and ensures
     3  // Nomad can handle operator changes to services with the desired effects.
     4  //
     5  // Subsystems of service discovery such as Consul Connect or Consul Template
     6  // have their own suite of tests.
     7  //
     8  // In order to run this test suite only, from the e2e directory you can trigger
     9  // go test -v -run '^TestServiceDiscovery$' ./servicediscovery
    10  package servicediscovery