Documentation ¶
Index ¶
- type ConnectACLsE2ETest
- func (tc *ConnectACLsE2ETest) AfterAll(f *framework.F)
- func (tc *ConnectACLsE2ETest) AfterEach(f *framework.F)
- func (tc *ConnectACLsE2ETest) BeforeAll(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsConnectDemo(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterFakeOperatorToken(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMasterToken(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMissingOperatorToken(f *framework.F)
- type ConnectClientStateE2ETest
- type ConnectE2ETest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectACLsE2ETest ¶ added in v0.10.4
func (*ConnectACLsE2ETest) AfterAll ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) AfterAll(f *framework.F)
AfterAll runs after all tests are complete.
We disable ConsulACLs in here to isolate the use of Consul ACLs only to test suites that explicitly want to test with them enabled.
func (*ConnectACLsE2ETest) AfterEach ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) AfterEach(f *framework.F)
AfterEach does cleanup of Consul ACL objects that were created during each test case. Each test case may assume it is starting from a "fresh" state - as if the consul ACL bootstrap process had just taken place.
func (*ConnectACLsE2ETest) BeforeAll ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) BeforeAll(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsConnectDemo ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsConnectDemo(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsRegisterFakeOperatorToken ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterFakeOperatorToken(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsRegisterMasterToken ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMasterToken(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsRegisterMissingOperatorToken ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMissingOperatorToken(f *framework.F)
type ConnectClientStateE2ETest ¶
func (*ConnectClientStateE2ETest) AfterEach ¶
func (tc *ConnectClientStateE2ETest) AfterEach(f *framework.F)
func (*ConnectClientStateE2ETest) BeforeAll ¶
func (tc *ConnectClientStateE2ETest) BeforeAll(f *framework.F)
func (*ConnectClientStateE2ETest) TestClientRestart ¶
func (tc *ConnectClientStateE2ETest) TestClientRestart(f *framework.F)
type ConnectE2ETest ¶
func (*ConnectE2ETest) AfterEach ¶
func (tc *ConnectE2ETest) AfterEach(f *framework.F)
func (*ConnectE2ETest) BeforeAll ¶
func (tc *ConnectE2ETest) BeforeAll(f *framework.F)
func (*ConnectE2ETest) TestConnectDemo ¶
func (tc *ConnectE2ETest) TestConnectDemo(f *framework.F)
TestConnectDemo tests the demo job file from the Consul Connect Technology Preview.
func (*ConnectE2ETest) TestMultiServiceConnect ¶ added in v0.10.4
func (tc *ConnectE2ETest) TestMultiServiceConnect(f *framework.F)
TestMultiServiceConnect tests running multiple envoy sidecars in the same allocation.
Click to show internal directories.
Click to hide internal directories.