Commit Graph

8 Commits

Author SHA1 Message Date
Chris Bednarski
3164401ffd Update references to "os" to use "kernel.name"
This brings test code and mocks up to date with the fingerprinter. This was a slightly larger change than I anticipated, but I think it's good for two reasons:

1. More semanitcally correct. `os.name` is something like "Windows 10 Pro" or "Ubuntu", while `kernel.name` is "windows" or "linux". `os.version` and `kernel.version` match these semantics.
2. `kernel.name` is much easier to grep for than `os`, which is helpful because oracle can't help us with strings.
2015-08-28 01:30:47 -07:00
Chris Bednarski
a9981d83f1 Pass config to fingerprints; update tests 2015-08-25 16:21:29 -07:00
Armon Dadgar
5e8d4ef647 client: register on start 2015-08-20 17:49:04 -07:00
Armon Dadgar
c9649dd7f7 client: scan for drivers 2015-08-20 16:53:43 -07:00
Armon Dadgar
c39c72e87f client: attempt fingerprint of host 2015-08-20 16:41:29 -07:00
Armon Dadgar
8b87634f81 client: testing RPC 2015-08-20 16:13:05 -07:00
Armon Dadgar
6478340474 client: testing RPC 2015-08-20 16:12:28 -07:00
Armon Dadgar
346b688f42 client: adding skeleton 2015-08-20 15:25:09 -07:00