From 9e6e009c9d58327da1fec04138bed7c6892ed61a Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 23 Jun 2017 09:36:59 -0700 Subject: [PATCH] test-configs: updae key paths Signed-off-by: Gyu-Ho Lee --- test-configs/read-3M-same-keys-1K-client.yaml | 2 +- test-configs/read-3M-same-keys-best-throughput.yaml | 2 +- test-configs/write-1M-keys-1000QPS.yaml | 2 +- test-configs/write-1M-keys-best-throughput.yaml | 2 +- test-configs/write-1M-keys-client-variable.yaml | 2 +- test-configs/write-too-many-keys.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test-configs/read-3M-same-keys-1K-client.yaml b/test-configs/read-3M-same-keys-1K-client.yaml index 06949f8c..ce085592 100644 --- a/test-configs/read-3M-same-keys-1K-client.yaml +++ b/test-configs/read-3M-same-keys-1K-client.yaml @@ -30,7 +30,7 @@ config_client_machine_initial: # (optional) to automatically upload all files in client machine google_cloud_project_name: etcd-development # set this in 'control' machine, to automate log uploading in remote 'agent' machines - google_cloud_storage_key_path: /home/gyuho/gcloud-key.json + google_cloud_storage_key_path: /tmp/gcp-key.json google_cloud_storage_bucket_name: dbtester-results google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/05-read-3M-same-keys-1K-client diff --git a/test-configs/read-3M-same-keys-best-throughput.yaml b/test-configs/read-3M-same-keys-best-throughput.yaml index 6db4969c..60c89807 100644 --- a/test-configs/read-3M-same-keys-best-throughput.yaml +++ b/test-configs/read-3M-same-keys-best-throughput.yaml @@ -30,7 +30,7 @@ config_client_machine_initial: # (optional) to automatically upload all files in client machine google_cloud_project_name: etcd-development # set this in 'control' machine, to automate log uploading in remote 'agent' machines - google_cloud_storage_key_path: /home/gyuho/gcloud-key.json + google_cloud_storage_key_path: /tmp/gcp-key.json google_cloud_storage_bucket_name: dbtester-results google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/04-read-3M-same-keys-best-throughput diff --git a/test-configs/write-1M-keys-1000QPS.yaml b/test-configs/write-1M-keys-1000QPS.yaml index 7c0ccb2d..f4b86471 100644 --- a/test-configs/write-1M-keys-1000QPS.yaml +++ b/test-configs/write-1M-keys-1000QPS.yaml @@ -30,7 +30,7 @@ config_client_machine_initial: # (optional) to automatically upload all files in client machine google_cloud_project_name: etcd-development # set this in 'control' machine, to automate log uploading in remote 'agent' machines - google_cloud_storage_key_path: /home/gyuho/gcloud-key.json + google_cloud_storage_key_path: /tmp/gcp-key.json google_cloud_storage_bucket_name: dbtester-results google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/03-write-1M-keys-1000QPS diff --git a/test-configs/write-1M-keys-best-throughput.yaml b/test-configs/write-1M-keys-best-throughput.yaml index 6fcfe3ed..8326fd48 100644 --- a/test-configs/write-1M-keys-best-throughput.yaml +++ b/test-configs/write-1M-keys-best-throughput.yaml @@ -30,7 +30,7 @@ config_client_machine_initial: # (optional) to automatically upload all files in client machine google_cloud_project_name: etcd-development # set this in 'control' machine, to automate log uploading in remote 'agent' machines - google_cloud_storage_key_path: /home/gyuho/gcloud-key.json + google_cloud_storage_key_path: /tmp/gcp-key.json google_cloud_storage_bucket_name: dbtester-results google_cloud_storage_sub_directory: 2017Q2-02-etcd-zookeeper-consul/write-1M-keys-best-throughput diff --git a/test-configs/write-1M-keys-client-variable.yaml b/test-configs/write-1M-keys-client-variable.yaml index 40a5f5af..af3948fa 100644 --- a/test-configs/write-1M-keys-client-variable.yaml +++ b/test-configs/write-1M-keys-client-variable.yaml @@ -30,7 +30,7 @@ config_client_machine_initial: # (optional) to automatically upload all files in client machine google_cloud_project_name: etcd-development # set this in 'control' machine, to automate log uploading in remote 'agent' machines - google_cloud_storage_key_path: /home/gyuho/gcloud-key.json + google_cloud_storage_key_path: /tmp/gcp-key.json google_cloud_storage_bucket_name: dbtester-results google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/01-write-1M-keys-client-variable diff --git a/test-configs/write-too-many-keys.yaml b/test-configs/write-too-many-keys.yaml index 96aa427b..7aa57032 100644 --- a/test-configs/write-too-many-keys.yaml +++ b/test-configs/write-too-many-keys.yaml @@ -30,7 +30,7 @@ config_client_machine_initial: # (optional) to automatically upload all files in client machine google_cloud_project_name: etcd-development # set this in 'control' machine, to automate log uploading in remote 'agent' machines - google_cloud_storage_key_path: /home/gyuho/gcloud-key.json + google_cloud_storage_key_path: /tmp/gcp-key.json google_cloud_storage_bucket_name: dbtester-results google_cloud_storage_sub_directory: 2017Q2-01-etcd-zookeeper-consul/write-too-many-keys