mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
integration/fixtures: Move the 'tests/integration/fixtures' directory up and update references.
I moved the files up as they are shared between e2e & integrational tests.
This commit is contained in:
@@ -267,10 +267,10 @@ func newProxyV3Proc(cfg *etcdServerProcessConfig) *proxyV3Proc {
|
||||
// Configure certificates for connection proxy ---> server.
|
||||
// This certificate must NOT have CN set.
|
||||
tlsArgs = append(tlsArgs,
|
||||
"--cert", "../../integration/fixtures/client-nocn.crt",
|
||||
"--key", "../../integration/fixtures/client-nocn.key.insecure",
|
||||
"--cacert", "../../integration/fixtures/ca.crt",
|
||||
"--client-crl-file", "../../integration/fixtures/revoke.crl")
|
||||
"--cert", "../fixtures/client-nocn.crt",
|
||||
"--key", "../fixtures/client-nocn.key.insecure",
|
||||
"--cacert", "../fixtures/ca.crt",
|
||||
"--client-crl-file", "../fixtures/revoke.crl")
|
||||
}
|
||||
return &proxyV3Proc{
|
||||
proxyProc{
|
||||
|
||||
Reference in New Issue
Block a user