diff --git a/clientv3/yaml/config_test.go b/clientv3/yaml/config_test.go index 7a8f71280..0d3cb0606 100644 --- a/clientv3/yaml/config_test.go +++ b/clientv3/yaml/config_test.go @@ -25,9 +25,9 @@ import ( ) var ( - certPath = "../../integration/fixtures/server.crt" - privateKeyPath = "../../integration/fixtures/server.key.insecure" - caPath = "../../integration/fixtures/ca.crt" + certPath = "../../tests/integration/fixtures/server.crt" + privateKeyPath = "../../tests/integration/fixtures/server.key.insecure" + caPath = "../../tests/integration/fixtures/ca.crt" ) func TestConfigFromFile(t *testing.T) { diff --git a/clientv3/example_auth_test.go b/tests/integration/clientv3/examples/example_auth_test.go similarity index 100% rename from clientv3/example_auth_test.go rename to tests/integration/clientv3/examples/example_auth_test.go diff --git a/clientv3/example_cluster_test.go b/tests/integration/clientv3/examples/example_cluster_test.go similarity index 100% rename from clientv3/example_cluster_test.go rename to tests/integration/clientv3/examples/example_cluster_test.go diff --git a/clientv3/example_kv_test.go b/tests/integration/clientv3/examples/example_kv_test.go similarity index 100% rename from clientv3/example_kv_test.go rename to tests/integration/clientv3/examples/example_kv_test.go diff --git a/clientv3/example_lease_test.go b/tests/integration/clientv3/examples/example_lease_test.go similarity index 100% rename from clientv3/example_lease_test.go rename to tests/integration/clientv3/examples/example_lease_test.go diff --git a/clientv3/example_maintenance_test.go b/tests/integration/clientv3/examples/example_maintenance_test.go similarity index 100% rename from clientv3/example_maintenance_test.go rename to tests/integration/clientv3/examples/example_maintenance_test.go diff --git a/clientv3/example_metrics_test.go b/tests/integration/clientv3/examples/example_metrics_test.go similarity index 100% rename from clientv3/example_metrics_test.go rename to tests/integration/clientv3/examples/example_metrics_test.go diff --git a/clientv3/example_test.go b/tests/integration/clientv3/examples/example_test.go similarity index 100% rename from clientv3/example_test.go rename to tests/integration/clientv3/examples/example_test.go diff --git a/clientv3/example_watch_test.go b/tests/integration/clientv3/examples/example_watch_test.go similarity index 100% rename from clientv3/example_watch_test.go rename to tests/integration/clientv3/examples/example_watch_test.go diff --git a/clientv3/main_test.go b/tests/integration/clientv3/examples/main_test.go similarity index 100% rename from clientv3/main_test.go rename to tests/integration/clientv3/examples/main_test.go diff --git a/clientv3/naming/grpc_test.go b/tests/integration/clientv3/grpc_test.go similarity index 100% rename from clientv3/naming/grpc_test.go rename to tests/integration/clientv3/grpc_test.go diff --git a/clientv3/ordering/util_test.go b/tests/integration/clientv3/ordering_util_test.go similarity index 100% rename from clientv3/ordering/util_test.go rename to tests/integration/clientv3/ordering_util_test.go diff --git a/clientv3/snapshot/member_test.go b/tests/integration/snapshot/member_test.go similarity index 100% rename from clientv3/snapshot/member_test.go rename to tests/integration/snapshot/member_test.go diff --git a/clientv3/snapshot/v3_snapshot_test.go b/tests/integration/snapshot/v3_snapshot_test.go similarity index 100% rename from clientv3/snapshot/v3_snapshot_test.go rename to tests/integration/snapshot/v3_snapshot_test.go