Skip to content

Commit

Permalink
chore: added OWNERS file for donation.
Browse files Browse the repository at this point in the history
Moreover, updated README.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Jul 24, 2023
1 parent f0892a4 commit ef8e5fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- fededp
- therealbobo
- Andreagit97
- alacuku
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[![Drivers Matrix Tests](https://github.com/alacuku/e2e-falco-tests/actions/workflows/kernel_tests.yaml/badge.svg)](https://github.com/alacuku/e2e-falco-tests/actions/workflows/kernel_tests.yaml)
[![Falco kernel tests Repository](https://github.com/falcosecurity/evolution/blob/main/repos/badges/falco-infra-blue.svg)](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#infra-scope)
[![Incubating](https://img.shields.io/badge/status-incubating-orange?style=for-the-badge)](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#incubating)
![Architectures](https://img.shields.io/badge/ARCHS-x86__64%7Caarch64-blueviolet?style=for-the-badge)


# Falco drivers tests

This repository automatically runs Falco [scap-open](https://github.com/falcosecurity/libs/tree/master/userspace/libscap/examples/01-open) binary on all supported drivers through Ansible.
This repository automatically runs Falco [scap-open](https://github.com/falcosecurity/libs/tree/master/userspace/libscap/examples/01-open) binary on all supported drivers through Ansible, spawning Firecracker microVMs to test Falco drivers against multiple kernels.
You can find list of machines being used [here](https://github.com/alacuku/e2e-falco-tests/blob/main/group_vars/all/vars.yml#L18).

## Prerequisites

Expand Down Expand Up @@ -36,13 +40,13 @@ You need to provide the path to the key pair (`ssh_key_path`) and the name of th
From the repository root you can run tests on all machines by typing:

```bash
ansible-playbook master-playbook.yml --ask-become
ansible-playbook main-playbook --ask-become
```

To rerun tests:

```bash
ansible-playbook scap-open-test.yml --ask-become
ansible-playbook scap-open.yml --ask-become
```

## Clean-up all machines
Expand Down

0 comments on commit ef8e5fa

Please sign in to comment.