mirror of https://github.com/hashicorp/consul
Upgrade test(LTS): use network area to federate cluster (#19934)
- Join areas - wait for members alive and validate cross area service discoverypull/19932/head
parent
3443db7885
commit
33a90edfab
@ -0,0 +1,14 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
//go:build !consulent
|
||||
|
||||
package sprawl
|
||||
|
||||
func (s *Sprawl) initNetworkAreas() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Sprawl) waitForNetworkAreaEstablishment() error {
|
||||
return nil
|
||||
}
|
Loading…
Reference in new issue