From a5ab34509d8a52c37ab6c9c5d5f3501b61bd8d0e Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 21 Dec 2022 15:22:37 +0100 Subject: integration: create integration tests Create initial pytest suite for testing seitan and seitan-eater setup. The test suite includes: - 'test_simple' verifies the basic functionalities and the synchronization between seitan and the eater - 'test_restart_seitan' verifies when steitan needs to restart Seitan and eater are deployed in a container to control the environment where they run. Signed-off-by: Alice Frosi --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..759bdd2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +podman==4.3.0 +pytest==7.2.1 +waiting==1.4.1 -- cgit v1.2.3