KVM
I bought a Belkin OmniView SOHO Series KVM Switch recently and I just got it today. I wanted to use it to run my Shuttle SN25P systems. My monitor is a Dell 2000FP. I bought this particular KVM because it claims to support DVI and USB. I unpacked and set it up seemed to be [...]
On-Site Work
I’m on-site for a client again today (I was here yesterday too). Not much to really say about that except it’s slowing down Sussen development. I’ll have to do some hacking when I get home. I was on a bit of a roll with the reporting before this client work came up.
Reports / Validating XML
Still working on the reporting. I can generate about half of a report right now. I need to re-work some of the interpreter code to save more information about test results. Once I do that I’ll be able to generate a complete report. Also I wrote some code today so I could validate the OVAL [...]
Report Generation
YesterdayI didn’t get much done on Sussen due to on-site work I needed to do for a client. Today I’m working on report generation. I’ve been reading the oval results schema and looking at sample reports. I’ve got some initial code written but it’s still early in the process. Should have more of an update [...]
Execution Time
I’ve got all the RedHat tests executing! It’s a first cut at it so the code is kind of messy. Just like the parser, I’ll start to cleanup and optimize as I go forward. Next steps would be to figure out how I’m going to handle tests for other systems (Windows, Debian, etc.) . I [...]
Double Trouble
Still working on getting all the tests excuting. I’ve got a couple working. Right now I’m working on the RpmVersionCompare test and I’m having problems trying to parse a string like 1.0.0 into a floating point number. I was hoping to have all these up and running so I could start on generating reports but [...]
Execution
Working on getting the rest of the OVAL tests executing. I had the PermissionTest working before I got caught up re-writing the parser. I’m working on the File and Uname tests right now. The Mono.Unix namespace is big help here. One thing I’m not sure about is the InetListeningServersTest and ProcessTest. I know today Mono [...]