We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a218ae commit fe652a7Copy full SHA for fe652a7
check-plugins/rpm-updates/unit-test/containerfiles/rhel-v9
check-plugins/rpm-updates/unit-test/run
@@ -37,20 +37,8 @@ TESTS = [
37
{
38
'run-where': 'container',
39
'plugin-params': '',
40
- 'assert-regex': r'\d+ updates available',
41
- 'assert-retc': 1,
42
- },
43
- ],
44
45
- {
46
- 'containerfile': 'containerfiles/rhel-v9',
47
- 'podman-run-params': '',
48
- 'tests': [
49
50
- 'run-where': 'container',
51
- 'plugin-params': '',
52
53
+ 'assert-regex': r'No updates available',
+ 'assert-retc': 0,
54
},
55
],
56
0 commit comments