summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/ClientStateless-check.cmake
blob: 5d06408ac569fc4c49eb0bc33802c7797ff8ecb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(expect
  query
  query/client-foo
  query/client-foo/__test-v1
  query/client-foo/__test-v2
  query/client-foo/__test-v3
  query/client-foo/unknown
  reply
  reply/__test-v1-[0-9a-f]+.json
  reply/__test-v2-[0-9a-f]+.json
  reply/index-[0-9.T-]+.json
  )
check_api("^${expect}$")

check_python(ClientStateless index)