Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
- Disable progress and verbose output when in LAVA output mode to
clean up output.
- Disable color output in LAVA output mode.
- Removed STARTTC and ENDTC lines for passed/skipped tests to
reduce output volume, they are still printed around the output
of failed tests.
- Tweaked error output in LAVA output mode so it will be usefully
parsed out by LAVA and show up in results.
- Fixed skipped test output in LAVA output mode, the logic needed
tweaking to get a TESTCASE line output for them. Also, tweaked
the LAVA result to 'skip' instead of 'pass' for skipped tests,
as LAVA understands 'skip'.
- By request, add 0.25 second delay after each test in LAVA output
mode to slow down serial output.
- Updated documentation to add some invocation examples.
Bug-AGL: SPEC-3572
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2e2b213dba2a9751210512d698afb67f7543cbe1
|
|
To ensure automated use of the tests cannot get hung, add a timeout
on waiting for binding responses. The default value is 5 seconds,
it may be over-riden by setting the AGL_TEST_TIMEOUT environment
variable.
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Rename AGL_AVAILABLE_TECHS to AGL_AVAILABLE_INTERFACES for clarity,
and update README.md to document it and improve the test running
section.
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
|
|
removing unnecesary import in test_weather
adding README.md
fixing requirements and setup.py to include pytest-dependency instead -depends
|
|
|