mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update os_version test data to reflect real data (#314)
This commit is contained in:
parent
7f636aef4f
commit
106eae4515
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue