Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors catalog #108

Open
j-suarezp opened this issue Sep 14, 2020 · 1 comment
Open

Errors catalog #108

j-suarezp opened this issue Sep 14, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request High Priority to do. To do

Comments

@j-suarezp
Copy link
Contributor

No description provided.

@danielhbar danielhbar added the enhancement New feature or request label Feb 10, 2021
@danielhbar
Copy link
Collaborator

danielhbar commented Feb 11, 2021

Date: 02/10/2020

Username: Daniel Hernández

Issue: Errors catalog #108

As a:
Currently, we don't have error codes assigned to particular log messages according to different test results described following:

Config operation:

  1. Passed all test processes per parameter. (Discard-changes - Passed), (Get-config before any operation -Passed), (Edit-config including commit operation - Passed), (Get-config after to compare modifications - Passed), (Edit-config (operation delete) - Passed ).

  2. Passed (Discard-changes - Passed), (Get-config before any operation -Passed), (Edit-config including commit operation - Passed), (Get-config after to compare modifications - Passed), (Edit-config (operation delete) - Failed).

  3. Passed (Discard-changes - Passed), (Get-config before any operation -Passed), (Edit-config including commit operation - Passed), (Get-config after to compare modifications - Failed), (Edit-config (operation delete) - Failed).

  4. Failed all test processes per parameter. (Discard-changes - Failed), (Get-config before any operation -Failed), (Edit-config including commit operation - Failed), (Get-config after to compare modifications - Failed), (Edit-config (operation delete) - Failed. ).

  5. Error message "Openconfig module does not exist ".

  6. Error message "Xpath parameter does not exist".

  7. Error message "Parameter does not exist".

  8. Error message "Network connection failed"

  9. Error message "Netconf operation not permitted"

  10. Error message "Namespace does not exist"

State operation:

  1. Passed.
  2. Failed.

I want:
To establish several's codes according to the above results and generate another column with this information code.

Config operation:

  1. Passed all test processes per parameter. (Discard-changes - Passed), (Get-config before any operation -Passed), (Edit-config including commit operation - Passed), (Get-config after to compare modifications - Passed), (Edit-config (operation delete) - Passed ). - Code 701

  2. Passed (Discard-changes - Passed), (Get-config before any operation -Passed), (Edit-config including commit operation - Passed), (Get-config after to compare modifications - Passed), (Edit-config (operation delete) - Failed). - Code 702

  3. Passed (Discard-changes - Passed), (Get-config before any operation -Passed), (Edit-config including commit operation - Passed), (Get-config after to compare modifications - Failed), (Edit-config (operation delete) - Failed). - Code 703

  4. Failed all test processes per parameter. (Discard-changes - Failed), (Get-config before any operation -Failed), (Edit-config including commit operation - Failed), (Get-config after to compare modifications - Failed), (Edit-config (operation delete) - Failed. ). - Code 704

  5. Error message "Openconfig module does not exist ". - Code 705

  6. Error message "Xpath parameter does not exist". - Code 706

  7. Error message "Parameter does not exist". - Code 707

  8. Error message "Network connection failed" - Code 708

  9. Error message "Netconf operation not permitted" - Code 709

  10. Error message "Namespace does not exist" - Code 710

State operation:

  1. Passed. (601)
  2. Failed. (602)

So that:

This new feature is to enhance and ease the report analyze, and determine faster which exactly issue must be solved by the vendor.

Accept Criteria:

Testing tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request High Priority to do. To do
Projects
None yet
Development

No branches or pull requests

5 participants