Index: docs/source/README.rst =================================================================== diff -u -rb93016ee67204223658152cb2952e8ab16af1b94 -r841c9b6ef78c51e0e323e06b937d97e8a95f8f4a --- docs/source/README.rst (.../README.rst) (revision b93016ee67204223658152cb2952e8ab16af1b94) +++ docs/source/README.rst (.../README.rst) (revision 841c9b6ef78c51e0e323e06b937d97e8a95f8f4a) @@ -2,9 +2,9 @@ :target: images/logo.jpg :alt: Diality -The Dialin API supports cross-functional testing of the Denali system. +The Leahi Dialin API supports cross-functional testing of the Leahi system. It supports the Systems level testing, Software Verification & Validation, and pre-release SW and FW developmental -testing by exposing and simulating interaction with the UI, HD, and DG sub-components. +testing by exposing and simulating interaction with the TD, DD, and IOFP sub-components. To use this API, it is recommended to install the API directly from a pre-packaged .whl file. Once installed to your local virtual python environment with pip, you can import modules as needed to develop your tests. @@ -27,7 +27,7 @@ virtualenv --python=python3 venv source venv/bin/activate - pip3 install git+ssh://git@dvm-linux02:7999/vv/dialin.git + pip3 install git+ssh://git@dvm-linux02:7999/vv/leahi-dialin.git How to install a specific release version (Not yet available) @@ -38,7 +38,7 @@ virtualenv --python=python3 venv source venv/bin/activate branch="0.0.1" # update the branch_name here - pip3 install git+ssh://git@dvm-linux02:7999/vv/dialin.git@$branch + pip3 install git+ssh://git@dvm-linux02:7999/vv/leahi-dialin.git@$branch Install from a pre-built .whl file: ================================== @@ -49,7 +49,7 @@ virtualenv --python=python3 venv source venv/bin/activate - pip3 install dialin-0.0.1-py3-none-any.whl + pip3 install leahi_dialin-0.0.1-py3-none-any.whl Examples ================================== @@ -75,7 +75,7 @@ (venv) $ cd tests (venv) $ python3 dialin_unit_test_example.py -Building the Dialin package +Building the Leahi Dialin package ================================== .. code-block::