Skip to content

Python script

Alan Tang edited this page Feb 23, 2016 · 7 revisions

Requirement

  1. Install ActivePython 2.7 you can download at here (Or other Python 2.7 are OK.) on VMware I/O Analyzer

  2. Install requests and futures Python package

    /opt/ActivePython-2.7/bin/pip install requests futures

Config

  • ioTestSchedulerSubmit.py:

    Edit SERVER_PROFILE_REQUEST_LINK, change 192.168.153.181:8000 to Django project web's URL and port. If the connection is over Internet, use HTTPS instead of HTTP is preferred.

  • ioTestResultChecker.py:

    Edit UPLOAD_JSON_RESULT_URL, same as above.

Clone this wiki locally