Public Member Functions | |
def | __init__ |
def | check_assembly |
def | check_boards |
Check that boards have passed MCB qualification in Invent. | |
def | check_link |
def | configure_boards |
Configures boards with given configurations. | |
def | count_boards |
Counts boards, returns true if passed. | |
def | finished |
def | get_serials |
Get serial numbers for each MCB. | |
def | program_boards |
Programs MCB's and calls result service when finished. | |
def | prompt_user |
Ask user for retry prompt using confirm_conf service. | |
def | update_conf |
Updates logs in invent for each board. | |
def | verify_boards |
Counts, gets serials and verifies boards. | |
Public Attributes | |
confirm_proxy | |
done_service | |
expected | |
firmware_files | |
has_finished | |
invent | |
serials |
Definition at line 59 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.__init__ | ( | self, | |
expected, | |||
firmware_files | |||
) |
Definition at line 60 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.check_assembly | ( | self | ) |
Definition at line 323 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.check_boards | ( | self | ) |
Check that boards have passed MCB qualification in Invent.
Definition at line 231 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.check_link | ( | self | ) |
Definition at line 189 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.configure_boards | ( | self, | |
mcbs, | |||
assembly = False |
|||
) |
Configures boards with given configurations.
Definition at line 278 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.count_boards | ( | self | ) |
Counts boards, returns true if passed.
Definition at line 148 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.finished | ( | self, | |
pass_bool, | |||
msg = '' |
|||
) |
Definition at line 86 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.get_serials | ( | self | ) |
Get serial numbers for each MCB.
Definition at line 207 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.program_boards | ( | self | ) |
Programs MCB's and calls result service when finished.
Definition at line 243 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.prompt_user | ( | self, | |
msg, | |||
details | |||
) |
Ask user for retry prompt using confirm_conf service.
Definition at line 109 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.update_conf | ( | self, | |
mcbs | |||
) |
Updates logs in invent for each board.
Definition at line 317 of file mcb_prog_conf.py.
def mcb_prog_conf.MCBProgramConfig.verify_boards | ( | self, | |
check | |||
) |
Counts, gets serials and verifies boards.
param check bool : Whether to check if boards passed EE qualification
Definition at line 121 of file mcb_prog_conf.py.
Definition at line 60 of file mcb_prog_conf.py.
Definition at line 60 of file mcb_prog_conf.py.
Definition at line 60 of file mcb_prog_conf.py.
Definition at line 60 of file mcb_prog_conf.py.
Definition at line 60 of file mcb_prog_conf.py.
Definition at line 60 of file mcb_prog_conf.py.
Definition at line 60 of file mcb_prog_conf.py.