From a70639fb60bfbe5899f580a48222b47f435ca1f8 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Fri, 27 Jul 2018 11:37:51 +0200 Subject: functionnal test: install test install fake sdk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit install a fake sdk and waiting for event to end the test Change-Id: I5c2125f32a1fb4a80f9b251174d15117eef26f9a Signed-off-by: Clément Bénier --- test/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/config.go') diff --git a/test/config.go b/test/config.go index 8fea851..a551d4f 100644 --- a/test/config.go +++ b/test/config.go @@ -27,4 +27,6 @@ const ( envXdtSdk = "XDT_SDK" envXdsServerWorkspaceDir = "XDS_SERVER_WORKSPACE_DIR" envXdsServerRootCfgDir = "XDS_SERVER_ROOT_CFG_DIR" + sdkFileName = "poky-agl-glibc-x86_64-gcc_crosssdk-native_x86_64-toolchain-1.0.2.sh" + sdkFile = "fixtures/" + sdkFileName ) -- cgit 1.2.3-korg