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

Add: snaps confinement test (new) #663

Merged
merged 6 commits into from
Sep 20, 2023

Commits on Jul 18, 2023

  1. Change: re-structured the system confinement test

    The original snappy/test-snap-confinement-mode is actually testing
    the system's confinement whether it is "strict". If it is, test
    passes. Otherwise, the missing feature to make system in strict
    confinement will be listed.
    
    This commit renamed the job ID and purpose to make it more clear.
    Also, restructured the python script to put the original test into
    SystemConfinement class as a test and added docstring to make it
    easier to understand and maintain.
    patliuu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6871a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a56fa6 View commit details
    Browse the repository at this point in the history
  3. Add: snaps confinement tests

    Add SnapsConfinement class in snap_confinement_test.py to check
    all the installed snaps' confinement, devmode, and revision.
    patliuu committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a798c50 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    9611f55 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    1ecc158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df9c84b View commit details
    Browse the repository at this point in the history