Skip to content

Commit

Permalink
Don't diff results of the network test (BugFix) (#1057)
Browse files Browse the repository at this point in the history
don't diff results of the network test
  • Loading branch information
kissiel authored Mar 12, 2024
1 parent 4b7b776 commit 48cd03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/base/units/suspend/suspend.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ id: suspend/network_after_suspend
estimated_duration: 20.0
depends: suspend/suspend_advanced_auto suspend/network_before_suspend
_description: Test the network after resuming.
command: network_wait.sh; gateway_ping_test.py | diff "$PLAINBOX_SESSION_SHARE"/network_before_suspend.txt -
command: network_wait.sh; gateway_ping_test.py
user: root

plugin: shell
Expand All @@ -410,7 +410,7 @@ id: suspend/network_after_suspend_auto
estimated_duration: 20.0
depends: suspend/suspend_advanced_auto suspend/network_before_suspend
_description: Test the network after resuming.
command: network_wait.sh; gateway_ping_test.py | diff "$PLAINBOX_SESSION_SHARE"/network_before_suspend.txt -
command: network_wait.sh; gateway_ping_test.py
user: root

plugin: shell
Expand Down

0 comments on commit 48cd03a

Please sign in to comment.