ClientStateless-check.cmake 315 B

123456789101112131415
  1. set(expect
  2. query
  3. query/client-foo
  4. query/client-foo/__test-v1
  5. query/client-foo/__test-v2
  6. query/client-foo/__test-v3
  7. query/client-foo/unknown
  8. reply
  9. reply/__test-v1-[0-9a-f]+.json
  10. reply/__test-v2-[0-9a-f]+.json
  11. reply/index-[0-9.T-]+.json
  12. )
  13. check_api("^${expect}$")
  14. check_python(ClientStateless)