diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-07-27 11:37:51 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-08-21 11:08:36 +0200 |
commit | a70639fb60bfbe5899f580a48222b47f435ca1f8 (patch) | |
tree | e4af15b94f1c1255ab8cae03a236b9cfd0f7ebc8 /test/config.go | |
parent | db0df685e9dc40fdd53113caaac976d12fd73435 (diff) |
functionnal test: install test install fake sdk
install a fake sdk and waiting for event to end the test
Change-Id: I5c2125f32a1fb4a80f9b251174d15117eef26f9a
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'test/config.go')
-rw-r--r-- | test/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) |