Skip to content

Instantly share code, notes, and snippets.

@vdemeester
Created December 2, 2016 23:25
Show Gist options
  • Save vdemeester/fa99bfe5e5e7c11cf08cb50693b69e6c to your computer and use it in GitHub Desktop.
Save vdemeester/fa99bfe5e5e7c11cf08cb50693b69e6c to your computer and use it in GitHub Desktop.
--- FAIL: TestNodeInspectPretty (0.00s)
assert.go:84: inspect_test.go:128: Expected 'ID: nodeID1
Name: defaultNodeName
Labels:
- lbl2 = value2
- lbl1 = value1
Hostname: defaultNodeHostname
Joined at: 2012-11-01 22:08:41 +0000 +0000
Status:
State: Ready
Availability: Active
Address: 127.0.0.1
Platform:
Operating System: linux
Architecture: x86_64
Resources:
CPUs: 0
Memory: 20 MiB
Plugins:
Network: bridge, overlay
Volume: local
Engine Version: 1.13.0
Engine Labels:
- engine = label
' (string) got 'ID: nodeID1
Name: defaultNodeName
Labels:
- lbl1 = value1
- lbl2 = value2
Hostname: defaultNodeHostname
Joined at: 2012-11-01 22:08:41 +0000 +0000
Status:
State: Ready
Availability: Active
Address: 127.0.0.1
Platform:
Operating System: linux
Architecture: x86_64
Resources:
CPUs: 0
Memory: 20 MiB
Plugins:
Network: bridge, overlay
Volume: local
Engine Version: 1.13.0
Engine Labels:
- engine = label
' (string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment