2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
Tradefed ホスト オプション
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Tradefed(TF)のホスト オプションは、ホストレベルで適用されるオプション(1 つの TF インスタンス)を指し、ハーネス自体の動作に影響します。通常、これらのオプションはテスト自体には影響しませんが、ハーネスが提供するオペレーションをサポートします。
ホスト オプションは、TF の動作をカスタマイズできる次のようなオプションの範囲を定義します。
- 同時にフラッシュできるデバイスの数。これはリソースが限られている物理ホストの場合に役立ちます。
- ダウンロード先とするディレクトリ ファイル。デフォルトの一時フォルダがなんらかの理由で適切な場所でない場合は、変更できます。
グローバル設定についての詳細をご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-03-26 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-26 UTC。"],[],[],null,["# Tradefed host options\n\nHost options in Tradefed (TF) refer to options that are applied at the host\nlevel (one TF instance), and affect the behavior of the harness itself. These\noptions usually don't affect tests themselves but rather support operations the\nharness provides.\n\n[Host options](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/global_configuration/com/android/tradefed/host/HostOptions.java)\ndefine a range of options that allows customization of TF behavior, such as:\n\n- How many devices can be flashed concurrently. This is useful for physical hosts with limited resources.\n- The directory files should be downloaded to. If the default temporary folder isn't the right place for any reason, it's possible to change it.\n\n[Read more about global\nconfiguration](/docs/core/tests/tradefed/architecture/advanced/global-config)."]]