Skip to content

Commit

Permalink
re-position log message
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Oct 24, 2021
1 parent d115d0e commit 5c24fd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tacacs/test_ro_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,8 @@ def test_ro_disk(localhost, duthosts, enum_rand_one_per_hwsku_hostname, creds_al
ret = 0

finally:
logger.debug("Collect data before reboot")

if ret:
logger.debug("Collect data before reboot")
collect_data(localhost, dutip, rw_user, rw_pass)

logger.debug("START: reboot {} to restore disk RW state".
Expand Down

0 comments on commit 5c24fd6

Please sign in to comment.