Ensure that generate-e2e-suite-doc.sh yields a fixed output
Signed-off-by: Hervé Werner <dud225@hotmail.com>
This commit is contained in:
parent
451cee6821
commit
7d97cceb88
2 changed files with 531 additions and 535 deletions
1060
docs/e2e-tests.md
1060
docs/e2e-tests.md
File diff suppressed because it is too large
Load diff
|
@ -26,11 +26,9 @@ This file is autogenerated!
|
|||
Do not try to edit it manually.
|
||||
-->
|
||||
|
||||
# e2e test suite for [Ingress NGINX Controller]($URL)
|
||||
# e2e test suite for [Ingress NGINX Controller]($URL)"
|
||||
|
||||
"
|
||||
|
||||
find_test_files_cmd="find ${DIR}/test/e2e -path ${DIR}/test/e2e/framework -prune -o -name \"*\.go\" ! -wholename \"${DIR}/test/e2e/e2e*\.go\" -print"
|
||||
find_test_files_cmd="find ${DIR}/test/e2e -path ${DIR}/test/e2e/framework -prune -o -name \"*\.go\" ! -wholename \"${DIR}/test/e2e/e2e*\.go\" -print0 | sort -z | xargs -r -0"
|
||||
for FILE in $(eval $find_test_files_cmd); do
|
||||
# describe definition
|
||||
DESCRIBE=$(cat $FILE | grep -n -oP 'Describe.*')
|
||||
|
|
Loading…
Reference in a new issue