download_ats_test_zip
Downloads the zip bundle corresponding to the specified ATS test.
Format
emcli download_ats_test_zip
        -name=<target_name>
        -type=<target_type>
        -testname=<test_name>
        -testtype=<test_type>
        [-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. 
- 
                        output_dir Output directory. If the directory does not exist, it is created. 
Examples
emcli download_ats_test_zip -name="Service_Name"
                            -type="Generic_Service"
                            -testname="Test_Name"
                            -testtype="OATS"
                            -output_dir="outputDirectory"