lisa/docs/quick_start.rst

51 строка
1.3 KiB
ReStructuredText
Исходник Постоянная ссылка Обычный вид История

2021-07-09 09:42:15 +03:00
Introduction
============
2021-07-09 08:56:05 +03:00
**LISA** can be used to run test against the local node, or a remote node; if it
2023-10-18 19:41:54 +03:00
is used to run against a remote node, you don't need to configure anything on
the remote node.
2021-07-09 08:56:05 +03:00
.. figure:: img/deploy.svg
:alt: deploy
Prerequisites
-------------
**LISA** can be launched on a Windows or a Linux OS. It needs to be installed on
a computer which has network access to the platform and the node to be tested.
2021-07-09 08:56:05 +03:00
- It is recommended that this computer at least has 2 CPU cores and 4GB
memory.
Installation
------------
Follow the installation guide below to install **LISA** on your OS.
2021-07-09 08:56:05 +03:00
- :doc:`Installation on Linux <installation_linux>`
- :doc:`Installation on Windows <installation_windows>`
2021-07-09 08:56:05 +03:00
Run tests
---------
Follow :doc:`Getting started with Azure <run_test/quick_run>` to quickly run
your first test. See :doc:`Run LISA <run_test/run>` for more detailed
information.
2021-07-09 08:56:05 +03:00
Write tests
-----------
See :doc:`Info for developers <write_test/write>` for more detailed information.
2021-07-09 08:56:05 +03:00
FAQ and Troubleshooting
-----------------------
If there is any problem, please refer to the :doc:`FAQ and troubleshooting
<troubleshooting>`.
Contribute
----------
You are very welcome to contribute. Please follow :doc:`the contribution
document <contributing>` for details.