functionnal test: separate tests into files 01/15501/4
authorClément Bénier <clement.benier@iot.bzh>
Thu, 19 Jul 2018 17:33:43 +0000 (19:33 +0200)
committerClément Bénier <clement.benier@iot.bzh>
Fri, 20 Jul 2018 14:01:18 +0000 (16:01 +0200)
commitb286ced30a859e2238d13450d61ea0110a53b8a9
tree649d4f6edfe98689becfc9a2fc86f585b155776a
parent5d2bff53615bcdb86950ed321595785fdc3929bb
functionnal test: separate tests into files

separate tests into files
each file represent a entry in the XDS-SERVER API
the created files are:
- version
- config
- folders

Change-Id: I32d24f5b277ab853f6c190a96433aca5b4fda1d5
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
test/config_test.go [new file with mode: 0644]
test/folders_test.go [new file with mode: 0644]
test/version_test.go [new file with mode: 0644]
test/xdsserver_test.go