[devices] Add support for the ACTS PDUs

Allows devices to interact with the PDUs used in fuchsia lab 946.

Change-Id: Id7aadbdafc4daf9ff3cd67519b858fe7d76a87cc
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/385853
Commit-Queue: Anirudh Mathukumilli <rudymathu@google.com>
Reviewed-by: Nathan Mulcahey <nmulcahey@google.com>
4 files changed
tree: a056126d253c199a849b4ae49ddfe8de8305764f
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}