Skip to content

Commit

Permalink
integration-tests: update readme - refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej committed Jan 11, 2023
1 parent 87576eb commit 77b2a9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions tests/integration/robot-ietf-interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
Robot framework tests via the Sysrepo robot library.

## `__init__.robot`
Initializes a default Sysrepo connection as well as a running datastore session at the start of each test.
At the end of a test, the initial datastore data is restored as well as all connections and sessions being closed.
Starts the plugin, nitializes a default Sysrepo connection as well as a running datastore session at the start of each test.
At the end of a test, the initial datastore data is restored and check for success as well as all connections and sessions being closed.

## `InterfacesInit.resource`
Contains all the keywords used for test setup/teardown in `__init__.robot`

## `InterfaceTests.robot`, `IpTests.robot`
These files contain integration test cases
Expand Down
7 changes: 5 additions & 2 deletions tests/integration/robot-ietf-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
Robot framework tests via the Sysrepo robot library.

## `__init__.robot`
Initializes a default Sysrepo connection as well as running and operational datastore sessions at the start of each test.
At the end of a test, the initial datastore data is restored as well as all connections and sessions being closed.
Starts the plugin, initializes a default Sysrepo connection as well as running and operational datastore sessions at the start of each test.
At the end of a test, the initial datastore data is restored and checked for success as well as all connections and sessions being closed.

## `RoutingInit.resource`
Contains all the keywords used for test setup/teardown in `__init__.robot`

## `InterfaceTests.robot`, `RoutesTests.robot`, `StaticRoutesTests.robot`
These files contain integration test cases
Expand Down

0 comments on commit 77b2a9f

Please sign in to comment.