Skip to content

Commit

Permalink
Minor fixes:
Browse files Browse the repository at this point in the history
requirements was missing gitpython
config_template.yaml still included tests_id_field which is no longer required or used
  • Loading branch information
dkosteck committed Jan 13, 2023
1 parent 31495f0 commit d113257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions sriov/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest==6.2.5
PyYAML==6.0
pytest-html
docutils
gitpython
1 change: 0 additions & 1 deletion sriov/tests/config_template.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d113257

Please sign in to comment.