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

Is-13 add basic API tests #842

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 17, 2024

  1. IS-13: add basic API tests

    pkeroulas committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1902876 View commit details
    Browse the repository at this point in the history
  2. Output more explicit error messages

    When possible, TestResult.detail should be displayed in stderr since the
    raised exception prevents from the report creation.
    pkeroulas committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8a4c1bf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. IS-13: add tests for self & devices resources

    For each resource&objects:
    
    - Read initial value and store
    - Reset default value, check timestamp and store
    - Write max-length and check value+timestamp
    - Write >max-length and check value+timestamp
    - Reset default value and compare
    - Restore initial value
    
    Apply to objects: label, description, tags
    
    TODO: check IS04
    pkeroulas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9d92412 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    9c3f078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a2c78 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    1f3b948 View commit details
    Browse the repository at this point in the history
  2. IS-13: improve error msg

    pkeroulas committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3c8bbf4 View commit details
    Browse the repository at this point in the history
  3. IS-13: add a pause to accomodate the update propagation

    This seems to impact the version(timestamp) test.
    pkeroulas committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6664276 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fafebb View commit details
    Browse the repository at this point in the history