X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fconfig.go;h=6d31559ec34bdd775810a906f93f429ac2f1dfa0;hb=57fda72ba8bd2c61ceb71ef493b9b9a9162ff757;hp=0b3ce762aa40392d542f4f61ceb6825620e86bd9;hpb=7fb08b4791214b648175d19ce14fa297b4ea2e16;p=src%2Fxds%2Fxds-server.git diff --git a/test/config.go b/test/config.go index 0b3ce76..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" @@ -33,3 +31,13 @@ const ( helloworldFixturesDir = "fixtures/helloworld" sshFixturesDir = "fixtures/ssh" ) + +var dependency_tools = [...]string{ + "cmake", + "make", + "gcc", + "c++", + "python3", + "wget", + "jq", +}