services/device/mgmt_v23_test: de-flake: wait for associate command to complete

We should wait for the associate command to complete before going ahead
and checking the result of the association immediately below.

This can cause occasional flakiness if the associate command has not yet
had a chance to do its job by the time the next command (which lists the
associations) executes.

Should fix https://github.com/vanadium/issues/issues/608

Change-Id: If74637911cb13f1110f1dddeea31b4be4b6122b1
1 file changed
tree: 9be65dc2f72dedb712f238624e50c733a32c1f63
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.