Skip to content

Commit

Permalink
Include Cellar v2.2 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 11, 2023
1 parent 94640a3 commit 53207df
Show file tree
Hide file tree
Showing 12 changed files with 1,301 additions and 74 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ e2e_build_images: e2e_clean_slate
e2e_clean_slate:
@scripts/clean_slate.sh

e2e_cork_test: e2e_aave_v2_stablecoin_test e2e_cellar_v1_test e2e_cellar_v2_test e2e_proposal_test
e2e_cork_test: e2e_aave_v2_stablecoin_test e2e_cellar_v1_test e2e_cellar_v2_test e2e_cellar_v2_2_test e2e_proposal_test

# Because of the way `make` works, using the e2e_clean_slate as as a prerequisite for
# the individual tests doesn't work when `e2e_cork_test` runs the test targets in series,
Expand All @@ -37,6 +37,10 @@ e2e_cellar_v2_test:
@scripts/clean_slate.sh
@E2E_SKIP_CLEANUP=true integration_tests/integration_tests.test -test.failfast -test.v -test.run IntegrationTestSuite -testify.m TestCellarV2 || make -s fail

e2e_cellar_v2_2_test:
@scripts/clean_slate.sh
@E2E_SKIP_CLEANUP=true integration_tests/integration_tests.test -test.failfast -test.v -test.run IntegrationTestSuite -testify.m TestCellarV2_2 || make -s fail

e2e_proposal_test:
@scripts/clean_slate.sh
@E2E_SKIP_CLEANUP=true integration_tests/integration_tests.test -test.failfast -test.v -test.run IntegrationTestSuite -testify.m TestScheduledCorkProposal || make -s fail
Expand Down
160 changes: 159 additions & 1 deletion integration_tests/adaptor_abi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 53207df

Please sign in to comment.