Deploy Details Page

The Deploy section of Job Submission wizard appears on the screen after selecting Next button on Job section of Job submission Wizard. The Image deployment details can be provided in following ways:
  • SD Card Boot mode
  • Network Boot mode
  • Manual Image Deployment Details

SD Card Boot Mode

The Image is being deployed using SD Card boot. The following is the way to provide SD Card boot mode details:
  • Deploy Image: The following Deploy details will appear on the screen.
  • DUT Boot Media: 'SD Card' option is selected as Boot Media by default.
  • Device Type: Device type is selected as per device selected for test job submission.
    For example: beaglebone-black
  • Device tag(s): A device tag is a device specific label which describes hardware capabilities of the device. It is an optional field.
  • Click on 'Previous' button to edit details on previous page.
  • After providing all the details. Click on 'Save' button.

Network Boot Mode

The Image is being deployed using network boot. The following is the way to provide Network boot mode details:
  • DUT Boot media: Select 'NFS' option from DUT Boot media drop down list.
  • Device Type: Device type is selected as per device selected for test job submission.
    For example: beaglebone-black
  • Device tag(s): A device tag is a device specific label which describes hardware capabilities of the device. It is an optional field.
  • Click on Previous button to edit details on previous page.
  • After providing all the details. Click on 'Save' button.
    The following Deploy details will appear on the screen.

Manual Image Deployment Details

The user needs to fill all the fields which are mandatory to successfully Save the Test Job.
Tick the 'Deploy New Image to DUT' Checkbox shown on the page.

The following are the fields available in the deploy section:

  • Device Type: Device type is selected as per the device selected for performing the test.
    For example: beaglebone-black
  • Deploy Image: The checkbox is checked by default.
  • Kernel Url: The kernel url is provided as per the device selected. The url provided must be in 'http://' or 'file:///' format.
    url: http://<url for device artifacts>/<path>/uImage-4.4-ts-armv7l
    For example: 
    http://127.0.01:8080/files/BBB/uImage-4.4-ts-armv7l
  • Rootfs Url: The rootfs url is provided as per the device selected. The url provided must be in 'http://' or 'file:///' format.
    url: http://<url for device artifacts>/<path>/rootfs.tar.gz
    For example:
    http://127.0.01:8080/files/BBB/rootfs.tar.gz
  • DTB Url: The dtb url is provided as per the device selected. The url provided must be in 'http://' or 'file:///' format.
    url: http://<url for device artifacts>/<path>/beaglebone_black.dtb
    For example:
    http://127.0.01:8080/files/BBB/beaglebone_black.dtb
  • Device Tags: A device tag is a device specific label which describes hardware capabilities of the device. It is an optional field.
  • Kernel Type: A kernel type is defined as per the kernel url provided. The kernel types can be zImage,uImage and Image.
  • Rootfs compression: The rootfs compression is defined as per the rootfs url provided. The rootfs compression can be gz, bz2 and xz.
  • After providing all the details , click on Next button.
  • Click on 'Previous' button to edit details on previous page.
  • After providing all the details. Click on 'Save' button.

Skip User App Service Startup

A User may want to skip a user service on startup. This can be done by providing the details of target service in 'Deployment Details' page of Job Submission.
Click on 'Add map to skip User app Service Startup' link provided and input all the details as asked.


 For Example: *Boot Log Message: Waiting AutoStart MFP.* and *Input Character: a*

Report extra info in Test Report

To include some extra information in the generated Test Report of the job, provide its details in 'Deployment Details' page of Job Submission.
Click on 'Add map to Report Extra Info in Test Report from Test job console logs' link provided and input all the details as asked.