From 12adf747a3f627241339eccb477273d5385a8bb9 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Wed, 27 Mar 2019 11:37:58 +0100 Subject: tests: py: add osf tests with versions Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- tests/py/inet/osf.t.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/py/inet/osf.t.json') diff --git a/tests/py/inet/osf.t.json b/tests/py/inet/osf.t.json index 452f3023..a2e74495 100644 --- a/tests/py/inet/osf.t.json +++ b/tests/py/inet/osf.t.json @@ -45,6 +45,21 @@ } ] +# osf name version "Linux:3.0" +[ + { + "match": { + "left": { + "osf": { + "key": "version" + } + }, + "op": "==", + "right": "Linux:3.0" + } + } +] + # osf name { "Windows", "MacOs" } [ { -- cgit v1.2.3