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