summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/osf.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/osf.t.json')
-rw-r--r--tests/py/inet/osf.t.json35
1 files changed, 32 insertions, 3 deletions
diff --git a/tests/py/inet/osf.t.json b/tests/py/inet/osf.t.json
index 45335cab..452f3023 100644
--- a/tests/py/inet/osf.t.json
+++ b/tests/py/inet/osf.t.json
@@ -4,7 +4,6 @@
"match": {
"left": {
"osf": {
- "ttl": 0,
"key": "name"
}
},
@@ -14,13 +13,44 @@
}
]
+# osf ttl loose name "Linux"
+[
+ {
+ "match": {
+ "left": {
+ "osf": {
+ "key": "name",
+ "ttl": "loose"
+ }
+ },
+ "op": "==",
+ "right": "Linux"
+ }
+ }
+]
+
+# osf ttl skip name "Linux"
+[
+ {
+ "match": {
+ "left": {
+ "osf": {
+ "key": "name",
+ "ttl": "skip"
+ }
+ },
+ "op": "==",
+ "right": "Linux"
+ }
+ }
+]
+
# osf name { "Windows", "MacOs" }
[
{
"match": {
"left": {
"osf": {
- "ttl": 0,
"key": "name"
}
},
@@ -60,7 +90,6 @@
},
"key": {
"osf": {
- "ttl": 0,
"key": "name"
}
}