download_ats_test_databank_file
Downloads the specified databank file corresponding to the given ATS test. If no databank alias is specified, the command downloads all databanks for the test.
Format
emcli download_ats_test_databank_file
        -name=<target_name>
        -type=<target_type>
        -testname=<test_name>
        -testtype=<test_type>
        [-databankAlias=<databank_alias>]
        [-output_dir=<output_directory>]
[ ]  indicates that the parameter is optionalOptions
- 
                        name Name of the target. 
- 
                        type Name of the target type. 
- 
                        testname Name of the test. 
- 
                        testtype Type of test. 
- 
                        databankAlias Databank alias. 
- 
                        output_dir Output directory. If the directory does not exist, it is created. 
Examples
Example 1
This example downloads the databank corresponding to alias1 for the specified test.
emcli download_ats_test_databank_file -name="Service Name"
                                      -type="generic_service"
                                      -testname="Test Name"
                                      -testtype="OATS"
                                      -databankAlias="alias1"Example 2
This example downloads all databanks corresponding to the specified test.
emcli download_ats_test_databank_file -name="Service Name"
                                      -type="generic_service"
                                      -testname="Test Name"
                                      -testtype="OATS"