download_ats_test_zip

指定したATSテストに対応するZIPバンドルをダウンロードします。

書式

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 optional

オプション

  • name

    ターゲットの名前。

  • type

    ターゲット・タイプの名前。

  • testname

    テストの名前。

  • testtype

    テストのタイプ。

  • output_dir

    出力ディレクトリ。ディレクトリが存在していない場合は、作成されます。

emcli download_ats_test_zip -name="Service_Name"
                            -type="Generic_Service"
                            -testname="Test_Name"
                            -testtype="OATS"
                            -output_dir="outputDirectory"