functionnal test: separate tests into files
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>
Tue, 21 Aug 2018 09:08:36 +0000 (11:08 +0200)
commitd3a41ad067e7752a835c71d9f91ddd7230cd648a
tree0feb62923df52ac867d3aba3e2888a7ac17ad537
parent59ecda69d26eeb6461a6b2f9e2e5ec13a1cec311
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