upload_ats_test_databank_file

Uploads a databank file for the specified ATS test.

Format

emcli upload_ats_test_databank_file
        -name=<target_name>
        -type=<target_type>
        -testname=<test_name>
        -testtype=<test_type>
        -databankAlias=<databank_alias>
        -input_file:databank=<databank_file>
        [-beaconName=<beacon_name>]

[ ]  indicates that the parameter is optional

Options

  • name

    Name of the target.

  • type

    Name of the target type.

  • testname

    Name of the test.

  • testtype

    Type of test.

  • databankAlias

    Databank alias.

  • input_file

    Databank file.

    For more information about the input_file parameter, see -input_file Syntax Guidelines.

  • beaconName

    Beacon name.

Examples

Example 1

This example uploads the databank file corresponding to the specified test.

emcli upload_ats_test_databank_file  
      -name="Service Name"
      -type="generic_service"
      -testname="Test Name"
      -testtype="OATS"
      -databankAlias="alias1"
      -input_file="databank:databankFile.csv"

Example 2

This example uploads the databank file corresponding to the specified test for the specified beacon.

emcli upload_ats_test_databank_file
      -name="Service Name"
      -type="generic_service"
      -testname="Test Name"
      -testtype="OATS"
      -databankAlias="alias1"
      -input_file="databank:databankFile.csv"
      -beaconName="Beacon Name"