summaryrefslogtreecommitdiffstats
path: root/tests/py/any/ct.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/any/ct.t.json')
-rw-r--r--tests/py/any/ct.t.json39
1 files changed, 35 insertions, 4 deletions
diff --git a/tests/py/any/ct.t.json b/tests/py/any/ct.t.json
index 83f1bbbd..3ec00ab3 100644
--- a/tests/py/any/ct.t.json
+++ b/tests/py/any/ct.t.json
@@ -708,7 +708,7 @@
}
]
-# ct expiration 30
+# ct expiration 30s
[
{
"match": {
@@ -717,12 +717,12 @@
"key": "expiration"
}
},
- "right": 30
+ "right": "30s"
}
}
]
-# ct expiration 22
+# ct expiration 30000ms
[
{
"match": {
@@ -731,7 +731,38 @@
"key": "expiration"
}
},
- "right": 22
+ "right": "30000ms"
+ }
+ }
+]
+
+# ct expiration 1m-1h
+[
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "key": "expiration"
+ }
+ },
+ "right": {
+ "range": [ "1m", "1h" ]
+ }
+ }
+ }
+]
+
+# ct expiration > 4d23h59m59s
+[
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "key": "expiration"
+ }
+ },
+ "op": ">",
+ "right": "4d23h59m59s"
}
}
]