File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 631631 def verify_mount ():
632632 # Verify encrypted and mounted
633633 c .sendline ('mount | grep vyos_config' )
634- c .expect ('/dev/mapper/vyos_config on /config.*' )
634+ c .expect ('/dev/mapper/vyos_config on /opt/vyatta/etc/ config.*' )
635635 c .expect (op_mode_prompt )
636636
637637 def verify_config ():
745745 log .info ('Loading encrypted config.boot' )
746746 c .sendline ('configure' )
747747 c .expect (cfg_mode_prompt )
748- c .sendline ('load /config/config.boot' )
748+ c .sendline ('load /opt/vyatta/etc/ config/config.boot' )
749749 c .expect (cfg_mode_prompt )
750750 c .sendline ('commit' )
751751 c .expect (cfg_mode_prompt )
829829 log .info ('Loading encrypted config.boot' )
830830 c .sendline ('configure' )
831831 c .expect (cfg_mode_prompt )
832- c .sendline ('load /config/config.boot' )
832+ c .sendline ('load /opt/vyatta/etc/ config/config.boot' )
833833 c .expect (cfg_mode_prompt )
834834 c .sendline ('commit' )
835835 c .expect (cfg_mode_prompt )
You can’t perform that action at this time.
0 commit comments