File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class TestIfdown:
1111 reason = "There won't be any configured interfaces without network" ,
1212 )
1313 @pytest .mark .xfail (in_container (), reason = "Probably fails in a container" )
14- @pytest .mark .complete ("ifdown " )
14+ @pytest .mark .complete ("ifdown " , require_cmd = True )
1515 def test_1 (self , completion ):
1616 assert completion
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class TestIfup:
1111 reason = "There won't be any configured interfaces without network" ,
1212 )
1313 @pytest .mark .xfail (in_container (), reason = "Probably fails in a container" )
14- @pytest .mark .complete ("ifup " )
14+ @pytest .mark .complete ("ifup " , require_cmd = True )
1515 def test_1 (self , completion ):
1616 assert completion
1717
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ hwclock
149149iconv
150150identify
151151idn
152+ ifdown
152153ifstat
153154iftop
154155ifup
You can’t perform that action at this time.
0 commit comments