generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add e2e test framework and update makefile and GHA workflow (#185)
* Add unit test coverage and add workflow to upload test data * e2e framework, update makefile, tod upload logic changed to using git submodule repo * oops forgot LINODE_TOKEN * add submodule in workflow file * misplaced submodule * lint * rename GNUmakefile to Makefile * Add teardown * defer teardown method * place defer block * made image label as global variable for duplicating tests * go fmt and update variable names --------- Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
- Loading branch information
1 parent
30a0c18
commit c36cfc8
Showing
10 changed files
with
188 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "tod_scripts"] | ||
path = tod_scripts | ||
url = https://github.com/linode/TOD-test-report-uploader.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.