Skip to content

Improve test class names in test-bundles #38

@bytinbit

Description

@bytinbit

Test classes are defined in yaml bundles like this:

- test_class: TestNapalmBgpNeighbors
  test_data:
    - host: R1
      peer: 1.2.3.4
      is_up: false

From a usability standpoint it would be good to improve the name of the test class, currently, the backend library is included in the name and could be omitted. Example:

- test_class: TestBgpNeighbors
  test_data:
    - host: R1
      peer: 1.2.3.4
      is_up: false

Goal: Omit the backend library mentioned in the test_class name of a YAML test bundle.

Do not forget to:

  • Update the docs
  • Fix names in index.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions