From 106eae4515b67a0166646bc16872c1a6b256c2dc Mon Sep 17 00:00:00 2001 From: Zachary Wasserman Date: Thu, 13 Oct 2016 14:56:02 -0700 Subject: [PATCH] Update os_version test data to reflect real data (#314) --- cli/serve.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/serve.go b/cli/serve.go index 62b23410d8..d633f03cc7 100644 --- a/cli/serve.go +++ b/cli/serve.go @@ -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",