unplugged-vendor/test/vti/test_serving/gae/testing
2025-10-06 13:59:42 +00:00
..
e2e_test.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
requirements-dev.txt Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test_e2e.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
test-endpoint.sh Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

E2E Test

A Makefile is provided to deploy and run the e2e test.

To run:

 export GAE_PROJECT=your-project-id
 make

To manually run, install the requirements

pip install -r e2e/requirements-dev.txt

Finally, run the test

python e2e/test_e2e.py