wfa_dut: Add script to package files for deployment.

The script packages binaries and scripts for running wfa_ca on the DUT
to wfa_ca.zip.

BUG=b:169547160
TEST=Run deploy/package.sh
and extract wfa_ca.zip on a temp folder, then run
./deploy/install.sh $DUT_HOST
to see if the wfa_ca binaries and scripts are installed.
Also run ./deploy/wfa_ca_dut.sh start $DUT_HOST
to see if the wfa_ca server is up and running.

Change-Id: I7960eba51539761468947a0a9f3b93e62b298113
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/Wi-FiTestSuite-Linux-DUT/+/2435137
Tested-by: Shuo-Peng Liao <deanliao@chromium.org>
Reviewed-by: Yen-lin Lai <yenlinlai@google.com>
2 files changed
tree: b48cf4352bba3b1c8888116b2e650c5902a386cb
  1. ca/
  2. console_src/
  3. deploy/
  4. Docs/
  5. dut/
  6. inc/
  7. lib/
  8. scripts/
  9. WTGService/
  10. .clang-format
  11. .gitignore
  12. buildEssentials.sh
  13. CONTRIBUTING.md
  14. LICENSE.txt
  15. Makefile
  16. Makefile.inc
  17. OWNERS
  18. PRESUBMIT.cfg
  19. README.md
  20. sources.list
  21. sources_Ubuntu.list
  22. wfa_cli.txt
README.md

# Wi-Fi Test Suite Linux Control Agent

##Wi-Fi Test Suite Introduction Wi-Fi Test Suite is a software platform originally developed by Wi-Fi Alliance, the global non-profit industry association that brings you Wi-Fi®, to support certification program development and device certification. Non-proprietary components are provided under the ISC License and can be accessed at this open source project on GitHub. Wi-Fi Alliance members can access the full software package, including proprietary components, on the Wi-Fi Alliance member site.

##Control Agents Control agents are a proxy in which a CAPI control command(CAPI specification) is converted for the device into the device’s native control interface. APs, DUTs, sniffers, and STAs may require control agents. The Linux control agent can be downloaded through the open source repository.

##Installation from sources Refer to the Install Guide for instructions on setting up a Linux DUT.

##License Please refer to LICENSE.txt.

Issues and Contribution Guidelines

Please submit issues/ideas to Wi-Fi Test Suite Google Group. Both Wi-Fi Alliance members and non-members can contribute to the Wi-Fi Test Suite open source project. Please review the contribution agreement prior to submitting a pull request. Please read more on contributions in CONTRIBUTING.md.