Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - # in milliseconds
 - character_delays:
 - boot: 10
 - constants:
 - # POSIX os (not AOSP)
 - posix:
 - lava_test_sh_cmd: /bin/sh
 - lava_test_results_dir: /lava-%s
 - lava_test_shell_file: ~/.bashrc
 - # bootloader specific
 - barebox:
 - interrupt-prompt: 'Hit m for menu or any other key to stop autoboot'
 - interrupt-character: '
 - '
 - final-message: 'Starting kernel'
 - error-messages:
 - - '### ERROR ### Please RESET the board ###'
 - - 'ERROR: .*'
 - - '.*: Out of memory'
 - u-boot:
 - interrupt-prompt: 'Hit any key to stop autoboot'
 - interrupt-character: ' '
 - interrupt_ctrl_list: []
 - interrupt-newline: True
 - final-message: 'Starting kernel'
 - error-messages:
 - - 'Resetting CPU'
 - - 'Must RESET board to recover'
 - - 'TIMEOUT'
 - - 'Retry count exceeded'
 - - 'Retry time exceeded; starting again'
 - - 'ERROR: The remote end did not respond in time.'
 - dfu-download: 'DOWNLOAD \.\.\. OK\r\nCtrl\+C to exit \.\.\.'
 - grub:
 - interrupt-prompt: 'for a command-line'
 - interrupt-character: 'c'
 - interrupt-newline: False
 - error-messages:
 - - "error: missing (.*) symbol."
 - grub-efi:
 - interrupt-prompt: 'for a command-line'
 - interrupt-character: 'c'
 - error-messages:
 - - 'Undefined OpCode Exception PC at'
 - - 'Synchronous Exception at'
 - - "error: missing (.*) symbol."
 - ipxe:
 - interrupt-prompt: 'Press Ctrl-B for the iPXE command line'
 - interrupt_ctrl_list: ['b']
 - error-messages:
 - - 'No configuration methods succeeded'
 - - 'Connection timed out'
 - # OS shutdown message
 - # Override: set as the shutdown-message parameter of an Action.
 - # SHUTDOWN_MESSAGE
 - shutdown-message: 'The system is going down for reboot NOW'
 - # Kernel starting message
 - kernel-start-message: 'Linux version [0-9]'
 - # Default shell prompt for AutoLogin
 - # DEFAULT_SHELL_PROMPT
 - default-shell-prompt: 'lava-test: # '
 - # pexpect.spawn maxread
 - # SPAWN_MAXREAD - in bytes, quoted as a string
 - # 1 to turn off buffering, pexpect default is 2000
 - # maximum may be limited by platform issues to 4092
 - # avoid setting searchwindowsize:
 - # Data before searchwindowsize point is preserved, but not searched.
 - spawn_maxread: '4092'
 - commands:
 - connect: picocom -b 115200 /dev/ttyUSB2
 - soft_reboot: pwd
 - pre_power_command: echo -ne
 - device_info: [{'board_id': '861a1c59'}]
 - flash_cmds_order: [update', 'ptable', 'partition', 'hyp', 'modem',
 - 'rpm', 'sbl1', 'sbl2', 'sec', 'tz', 'aboot', 'cdt', 'boot', 'rootfs', 'vendor',
 - 'system', 'cache', 'userdata']
 - parameters:
 - # interfaces or device_ip or device_mac
 - pass: # sata_uuid_sd_uuid_usb_uuid
 - adb_serial_number: "861a1c59"
 - fastboot_serial_number: "861a1c59"
 - fastboot_options: []
 - actions:
 - deploy:
 - methods:
 - lxc:
 - ssh:
 - options:
 - - '-o'
 - - 'Compression=yes'
 - - '-o'
 - - 'PasswordAuthentication=no'
 - - '-o'
 - - 'LogLevel=FATAL'
 - host: ''
 - port: 22
 - user: root
 - identity_file: dynamic_vm_keys/lava
 - fastboot:
 - connections:
 - adb:
 - fastboot:
 - lxc:
 - serial:
 - boot:
 - connections:
 - adb:
 - fastboot:
 - lxc:
 - serial:
 - adb:
 - methods:
 - lxc:
 - ssh:
 - fastboot: ['reboot']
 - timeouts:
 - actions:
 - apply-overlay-image:
 - minutes: 2
 - dd-image:
 - minutes: 10
 - download-retry:
 - minutes: 5
 - http-download:
 - minutes: 5
 - lava-test-shell:
 - minutes: 3
 - nfs-deploy:
 - minutes: 10
 - power-off:
 - seconds: 10
 - bootloader-commands:
 - minutes: 3
 - bootloader-interrupt:
 - seconds: 30
 - u-boot-interrupt:
 - seconds: 30
 - umount-retry:
 - seconds: 45
 - auto-login-action:
 - minutes: 2
 - bootloader-action:
 - minutes: 3
 - uboot-action:
 - minutes: 3
 - uboot-retry:
 - minutes: 3
 - bootloader-retry:
 - minutes: 3
 - boot-qemu-image:
 - minutes: 2
 - boot-image-retry:
 - minutes: 2
 - flash-uboot-ums:
 - minutes: 20
 - connections:
 - dd-image:
 - minutes: 10
 - uboot-retry:
 - seconds: 30
 - bootloader-commands:
 - seconds: 30
 - auto-login-action:
 - minutes: 2
 - bootloader-interrupt:
 - seconds: 30
 - u-boot-interrupt:
 - seconds: 30
 - lava-test-shell:
 - seconds: 10
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment