summaryrefslogtreecommitdiffstats
path: root/test/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/config.go')
-rw-r--r--test/config.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/config.go b/test/config.go
index 804b0b1..6d31559 100644
--- a/test/config.go
+++ b/test/config.go
@@ -17,11 +17,9 @@
package xdsservertest
-var argsProcess = []string{"../bin/xds-server", "-l", "debug", "-c", "_test-config.json"}
-
const (
+ testConfigFile = "_test-config.json"
envRootCfgDir = "XDS_SERVER_ROOT_CFG_DIR"
- prefixURL = "http://localhost:8000"
logFileXdsServer = "xdsserver-test.log"
logFileClient = "client-test.log"
logFileSSHd = "sshd.log"