diff --git a/sriov/requirements.txt b/sriov/requirements.txt index 76a3489..f766577 100644 --- a/sriov/requirements.txt +++ b/sriov/requirements.txt @@ -3,3 +3,4 @@ pytest==6.2.5 PyYAML==6.0 pytest-html docutils +gitpython diff --git a/sriov/tests/config_template.yaml b/sriov/tests/config_template.yaml index 299eb37..60a4ad9 100644 --- a/sriov/tests/config_template.yaml +++ b/sriov/tests/config_template.yaml @@ -1,5 +1,4 @@ dpdk_img: "docker.io/patrickkutch/dpdk:v21.11" tests_name_field: "Test Case Name:" -tests_id_field: "UUID:" tests_doc_file: "README.md" github_tests_path: "https://github.com/redhat-partner-solutions/intel-sriov-test/tree/main/sriov/tests"