Skip to content

Commit

Permalink
Adding new test case for default password change after initial boot
Browse files Browse the repository at this point in the history
according to California law.
  • Loading branch information
azmyali98 committed Nov 22, 2022
1 parent e0196b1 commit a425986
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ class DefaultConsts:
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
<<<<<<< e0196b1cf61bf50c3d0b8b9a8bd91997de20e002
BOLD = '\033[1m'
=======
BOLD = '\033[1m'
>>>>>>> Adding new test case for default password change after initial boot
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,8 @@ def manufacture(dut_ip, restore_image_path):
install_image_from_onie(dut_ip, restore_image_path)
print_log("Sleeping for {} secs to stabilize system after reboot".format(DefaultConsts.SLEEP_AFTER_MANUFACTURE))
time.sleep(DefaultConsts.SLEEP_AFTER_MANUFACTURE)
print_log("Manufacture is completed - SUCCESS", DefaultConsts.OKGREEN + DefaultConsts.BOLD)
<<<<<<< e0196b1cf61bf50c3d0b8b9a8bd91997de20e002
print_log("Manufacture is completed - SUCCESS", DefaultConsts.OKGREEN + DefaultConsts.BOLD)
=======
print_log("Manufacture is completed - SUCCESS", DefaultConsts.OKGREEN + DefaultConsts.BOLD)
>>>>>>> Adding new test case for default password change after initial boot

0 comments on commit a425986

Please sign in to comment.