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

TAP 8 Implementation #2257

Closed
wants to merge 16 commits into from
Closed

TAP 8 Implementation #2257

wants to merge 16 commits into from

Commits on Jan 4, 2023

  1. Add rotate class for TAP 8

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e2e811f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Test rotate file __eq__

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    71eb262 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Add initial TAP 8 verification

    Missing features:
    * correct naming of rotate files
    * test fixes
    * rotation to null
    
    Included:
    * downloading of rotate files
    * checking rotate file inclusion in snapshot
    * changes to verification flow
    
    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d3e79a3 View commit details
    Browse the repository at this point in the history
  2. add rotate to tests

    Add the new required fields to calls and the new downloads of rotate
    files to expected calls
    
    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    be011d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Add initial tests for TAP 8 rotate file verification

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9ada3b5 View commit details
    Browse the repository at this point in the history
  2. Add tests for verify_helper

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0eebc74 View commit details
    Browse the repository at this point in the history
  3. fix type notation for python 3.7

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2183661 View commit details
    Browse the repository at this point in the history
  4. isort

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    06317b3 View commit details
    Browse the repository at this point in the history
  5. fix for python 3.8

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3d81307 View commit details
    Browse the repository at this point in the history
  6. pylint

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8e68cf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Fix type of rotate files, parsing

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1359d03 View commit details
    Browse the repository at this point in the history
  2. Add support for rotate to null

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0f77f18 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. [tests] test downloading rotate files

    Adds rotate files to the repository simulator, and tests their basic use
    
    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f4b3789 View commit details
    Browse the repository at this point in the history
  2. pylint

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    162acf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Use new TAP 8 file format

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    54b2d81 View commit details
    Browse the repository at this point in the history
  2. Add more tests for Rotate class

    Signed-off-by: Marina Moore <[email protected]>
    mnm678 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    431c0d9 View commit details
    Browse the repository at this point in the history