[catapult] Major test refactor

* Add tests for HistogramSet output
* Use dummy GUIDs so we can test real output
* Clean up histogram_test.go to hide some irrelevant test details

Change-Id: I4d019a20f349b4e5b29e8b076c4f6c209890cf6d
6 files changed
tree: 71883f6827506abaf34ffd45f8ae748641acf54f
  1. catapult/
  2. cmd/
  3. gerrit-policy/
  4. netboot/
  5. ninjalog/
  6. pdu/
  7. perf/
  8. retry/
  9. telnet/
  10. tftp/
  11. .gitignore
  12. AUTHORS
  13. Gopkg.lock
  14. Gopkg.toml
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  18. PATENTS
  19. 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}