Update os_version test data to reflect real data (#314)

This commit is contained in:
Zachary Wasserman 2016-10-13 14:56:02 -07:00 committed by GitHub
parent 7f636aef4f
commit 106eae4515

View file

@ -217,7 +217,7 @@ func createDevHosts(ds kolide.Datastore, config config.KolideConfig) {
UUID: "1234-5678-9101",
Platform: "darwin",
OsqueryVersion: "2.0.0",
OSVersion: "10.10.1",
OSVersion: "Mac OS X 10.11.6",
Uptime: 60 * time.Minute,
PhysicalMemory: 4145483776,
PrimaryMAC: "10:11:12:13:14:15",
@ -229,7 +229,7 @@ func createDevHosts(ds kolide.Datastore, config config.KolideConfig) {
UUID: "1234-5678-9102",
Platform: "windows",
OsqueryVersion: "2.0.0",
OSVersion: "1607",
OSVersion: "Windows 10.0.0",
Uptime: 60 * time.Minute,
PhysicalMemory: 17179869184,
PrimaryMAC: "10:11:12:13:14:16",