Age | Commit message (Collapse) | Author |
|
|
|
These were all identified and suggested by rubocop.
|
|
|
|
So "foo" is less good than 'foo'.
|
|
So "getURL" becomes "get_url_contents"
|
|
|
|
This is neater. Flagged by rubocop
|
|
Instead use {} + ().
|
|
This is neater.
|
|
After raising an exception the following code could not be reached.
|
|
We prefer "File.exist?".
Flagged by rubocop.
|
|
This was an invalid comment, the timeout related to HTTP-fetches.
|
|
We now parse a single test-definition into multiple
test-implementations. This isn't required here because
the parser only needs to know that the configuration file
*can* be parsed, not what the result is.
Validate that we got an array, but otherwise ignore the
results after the first.
|
|
|
|
This fixes #4551, and closes #4551.
|
|
|
|
For example:
example.vm must run ping between 09-17 otherwise 'daytime ping failed'.
|
|
|
|
|
|
match what we did with the alerts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expect just one word before "must".
|
|
|
|
security hole.
|
|
|
|
TCP-tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to use it.
|