Home | History | Annotate | only in /test/vti/test_serving/gae/testing
Up to higher level directory
NameDateSize
README.md21-Aug-2018267
requirements-dev.txt21-Aug-201816
test-endpoint.sh21-Aug-2018789
test_e2e.py21-Aug-2018886

README.md

      1 ## E2E Test
      2 
      3 A Makefile is provided to deploy and run the e2e test.
      4 
      5 To run:
      6 
      7      export GAE_PROJECT=your-project-id
      8      make
      9 
     10 To manually run, install the requirements
     11 
     12     pip install -r e2e/requirements-dev.txt
     13 
     14 Finally, run the test
     15 
     16     python e2e/test_e2e.py
     17