test exec: remove git2go and cloning afb-helloworld
authorClément Bénier <clement.benier@iot.bzh>
Fri, 17 Aug 2018 14:45:30 +0000 (16:45 +0200)
committerClément Bénier <clement.benier@iot.bzh>
Tue, 21 Aug 2018 09:08:36 +0000 (11:08 +0200)
commitcf3266b208d3ba0fb8f172c29725768bbd41d509
tree38d02eebce990c9483c6fcc92497c85ecd3479c6
parent2b69031e72c3f8370804ceacb8fab7b8899d14f3
test exec: remove git2go and cloning afb-helloworld

replace it by fixtures in test/helloworld and copying repo to
XDS_SERVER_ROOT_CFG_DIR and cloning app-templates repo into it

Change-Id: I4f3d9cfae0f1b81bd7994e172235b1fbc25fd383
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
glide.yaml
test/config.go
test/exec_test.go
test/fixtures/helloworld/CMakeLists.txt [new file with mode: 0644]
test/fixtures/helloworld/conf.d/cmake/config.cmake [new file with mode: 0644]
test/fixtures/helloworld/helloworld/CMakeLists.txt [new file with mode: 0644]
test/fixtures/helloworld/helloworld/helloworld.c [new file with mode: 0644]