chore: fix test file names (#1889)

#### What type of PR is this?

<!--
Add one of the following kinds:
/kind bug
/kind documentation
/kind feature
-->

/kind cleanup

#### What this PR does / why we need it:

Removes the gen file, removes the old test file.

#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

N/A

#### Special notes for your reviewer:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage
2024-05-30 11:50:16 -04:00
committed by GitHub
parent d295662ee4
commit b08a83ccbb
4 changed files with 346 additions and 1334 deletions
+1 -6
View File
@@ -82,12 +82,7 @@ test-openshift:
# run commandline tests
.PHONY: test-cmd
test-cmd:
./script/test/cmd/tests_new.sh
# generate commandline tests
.PHONY: gen-cmd
gen-cmd:
./script/test/cmd/make-test.sh
./script/test/cmd/tests.sh
# run all validation tests
.PHONY: validate