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

Integrate netfilter of audit test into openQA #13067

Merged
merged 2 commits into from
Aug 19, 2021

Commits on Aug 18, 2021

  1. Integrate netfilter of audit test into openQA

    QE security team plans to integrate audit-test into openQA, netfilter is
    one test case of it.
    Netfilter is a multi-machine test.
    
    Related: https://progress.opensuse.org/issues/96540
    Amrysliu committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a6c9c48 View commit details
    Browse the repository at this point in the history
  2. Use the test case id as the key to compare with baseline

    In netfilter test, there are two pairs of  test cases have the same name:
    ```
    [9] accept__remote_unlabeled_ipv4_fail_subj_eq_obj
    [59] accept__remote_unlabeled_ipv4_fail_subj_eq_obj
    
    [11] accept__remote_unlabeled_ipv6_fail_subj_eq_obj
    [61] accept__remote_unlabeled_ipv6_fail_subj_eq_obj
    ```
    So we can't use the name of test case as the hash key.
    Amrysliu committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    8d7b0e6 View commit details
    Browse the repository at this point in the history