CMake/Tests/RunCMake/FileAPI/cache-v2-ClientStateful-check.cmake
Brad King 7489e95b8e fileapi: add cache v2
Start with v2 to distinguish it from server-mode v1.

Issue: #18398
2018-12-12 09:46:13 -05:00

12 lines
190 B
CMake

set(expect
query
query/client-foo
query/client-foo/query.json
reply
reply/cache-v2-[0-9a-f]+.json
reply/index-[0-9.T-]+.json
)
check_api("^${expect}$")
check_python(cache-v2)