Skip to content

Commit

Permalink
Public Cloud: Fix the 'ip' command
Browse files Browse the repository at this point in the history
  • Loading branch information
pdostal committed Nov 17, 2023
1 parent db6c02c commit dd01208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/publiccloud/instance_overview.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sub run {

assert_script_run("ps aux | nl");

my $ip_color = (is_sle('>=15-SP3')) ? '-c=never' : '';
assert_script_run("ip -c=never a s");
assert_script_run("ip -c=never r s");
assert_script_run("ip -c=never -6 r s");
Expand Down

0 comments on commit dd01208

Please sign in to comment.