test/fmt/v1: use existing runner in manifests

Instead of using a non-existing runner `org.osbuild.test` use an
existing one `org.osbuild.linux`. This prepares the switch to
using runner auto-detection, which will rely on existing runners.
This commit is contained in:
Christian Kellner 2022-09-28 21:32:27 +02:00
parent 77e717f4f4
commit 0554ac652b

View file

@ -57,7 +57,7 @@ BASIC_PIPELINE = {
}
]
},
"runner": "org.osbuild.test"
"runner": "org.osbuild.linux"
},
"stages": [
{
@ -231,7 +231,7 @@ class TestFormatV1(unittest.TestCase):
}
]
},
"runner": "org.osbuild.test",
"runner": "org.osbuild.linux",
"stages": [
{
"name": "org.osbuild.noop"