X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fconfig.go;h=6d31559ec34bdd775810a906f93f429ac2f1dfa0;hb=57fda72ba8bd2c61ceb71ef493b9b9a9162ff757;hp=804b0b1a886b6229347731f5188a50b28062e87f;hpb=be47274f79eb0843da4d805cfc417fbf7921379c;p=src%2Fxds%2Fxds-server.git 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"