[pdu][amt] Use the correct power state

Don't read power state from the command line, this is a leftover
from debugging.

Change-Id: I6fc3a3ba1ccdc63ce15cba302886da6affe5ea38
1 file changed
tree: cabe12adfe832310d21bc95b4cfdbb43b8ec59c2
  1. bloaty/
  2. botanist/
  3. cache/
  4. cmd/
  5. color/
  6. digest/
  7. elflib/
  8. fastboot/
  9. gndoc/
  10. isatty/
  11. logger/
  12. netboot/
  13. ninjalog/
  14. pdu/
  15. qemu/
  16. retry/
  17. secrets/
  18. serial/
  19. symbolize/
  20. telnet/
  21. tftp/
  22. .gitignore
  23. go.mod
  24. go.sum
  25. LICENSE
  26. manifest
  27. PATENTS
  28. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"