Skip to content

Releases: HPENetworking/topology

1.9.8

13 Jun 22:52
Compare
Choose a tag to compare

Changes

  • Log python error when plugin load fails. [Javier Peralta]

1.9.7

13 Jun 22:40
Compare
Choose a tag to compare

Fix

  • Add some sleeps to allow bash to turn echo off. [Javier Peralta]
    Command to set prompt was sometimes too fast and were sent
    before bash turned off echo (stty -echo) resulting in
    unwanted information being displayed. This commit makes
    sure bash always have time to turn echo off.

1.9.6

03 May 23:47
Compare
Choose a tag to compare

New

  • Adding reason to platform_incompatible marker.
  • Adding timestamps to logs.

Change

  • Adding workaround for bug in mock.
  • Using python3 as base Python.

1.9.5

03 May 23:46
Compare
Choose a tag to compare

Fix

  • Calling missing super.

Fixing typo

13 Dec 17:08
Compare
Choose a tag to compare

Fix

  • Fixing typo in README.

Fixing StepLogger

09 Dec 23:45
Compare
Choose a tag to compare

Fix

  • Making StepLogger backwards compatible.

Fixing step and test_id

01 Dec 23:38
Compare
Choose a tag to compare

Fix

  • Fixing broken step logger.
  • Fixing the test_id marker to make it work with Pytest > 3.0.0.

Removing fixed dependencies

23 Nov 20:47
Compare
Choose a tag to compare

Fix

  • Removing fixed dependencies.

New logging functionality

10 Nov 19:14
Compare
Choose a tag to compare

New

  • Adding logging functionality.

Fixes

  • Fixing the shells connect process.
  • Handling calls to decode safely.

Travis CI

04 Oct 20:44
Compare
Choose a tag to compare

Fixes

  • Removed internal imports of deprecated modules.

New

  • Adding .travis.yml file to integrate with Travis CI