Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Apr 23, 2018
1 parent 2bee6bb commit 177f259
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/about/purpose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ Contact
If you have any questions, you can contact me with:
- email d.machard@gmail.com
- twitter https://twitter.com/Extensive_Auto
- from the google forum https://groups.google.com/forum/#!forum/extensive-testing-users
- from the google forum https://groups.google.com/forum/#!forum/extensive-automation-users
- github https://github.com/ExtensiveAutomation
2 changes: 1 addition & 1 deletion docs/admin/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Server

The server logs are stored on ``/opt/xtc/current/Var/Logs/``.
The logs are set in ``INFO`` mode by default.
The DEBUG level can be activated from the `` settings.ini`` file.
The DEBUG level can be activated from the ``settings.ini`` file.

.. code-block::
[Trace]
Expand Down
10 changes: 5 additions & 5 deletions docs/developer/contributions.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contributions
Contributions
=============

Solution development
Expand Down Expand Up @@ -52,11 +52,11 @@ Install additional Python packages with the ``pip`` command
.. warning ::
A modification is to be done in the py2exe library.
A update must be done in the py2exe library.
Edit the `C:\Python34\Lib\site-packages\py2exe\icons.py` file
Look for the `if iconheader.idCount` line and change the value 10 to 14.
** Environment x64 centos py2.7 qt4 **
**Environment x64 centos py2.7 qt4**

Preparation of the development environment on a Linux CentOS 6 or 7 system.

Expand Down Expand Up @@ -455,7 +455,7 @@ use the decorator ``@doc_public`` in front of the functions that one wishes to d
SDK Toolbox
~~~~~~~~~~~~~~

** Linux environment **
**Linux environment**

.. tip :: It is recommended to use the ``dummy`` plugin as a basis for developing your agent or probe.
Expand All @@ -464,7 +464,7 @@ Using as a basis the agent or probe ``dummy``, then:
- change the name of the class with the name of your agent or probe.
- update the ``__init__`` file to import your agent or probe.

** Windows environment **
**Windows environment**

The SDK for plugin creation is retrieved from github.
It is possible to copy the plugin ``Dummy`` and use it as a base.
Expand Down
4 changes: 2 additions & 2 deletions docs/developer/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For now the server can only be run on a Linux environment.
It can be run on a virtual or physical environment.

+-----------------------+--------------+--------------+
Features | Minimum | Recommended |
| Features | Minimum | Recommended |
+-----------------------+--------------+--------------+
| OS | CentOS 6.5+ or 7.x |
+-----------------------+--------------+--------------+
Expand Down Expand Up @@ -60,7 +60,7 @@ Toolbox
The toolbox can be run on a Windows or Linux environment.

+-------------------+-----------------------------+------------------------------+
Features | Minimum | Recommended |
| Features | Minimum | Recommended |
+-------------------+-----------------------------+------------------------------+
| OS | Windows 7+ | Windows 10+ |
| | Linux CentOS 6.5+ | CentOS7+ or Ubuntu 17+ |
Expand Down
2 changes: 1 addition & 1 deletion docs/features/testdefinition.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Typical tests definitions
Tests definitions
============

The solution is based on different types of tests for:
Expand Down
2 changes: 1 addition & 1 deletion docs/features/testlibrary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Example to add text to an already existing log file
Cache
~~~~~

The test framework allows caching of data in the key / value form.
The test framework allows caching of data in the key/value form.
This function may be necessary to share data between tests when writing a scenario for example.

.. image:: /_static/images/testlibrary/client_cache.png
Expand Down
2 changes: 1 addition & 1 deletion docs/features/testreporting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ During the execution of a test, the framework captures all the events generated
The events are then converted and stored in a message called ``template``.

A ``template`` is split into one or more ``layers``.
A ``layer`` is defined by a set of key / value. The value of a layer
A ``layer`` is defined by a set of key/value. The value of a layer
can be another layer too.

.. image:: /_static/images/testlibrary/template_message.png
Expand Down
10 changes: 5 additions & 5 deletions docs/user/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Testcase (unit)
This example shows how to use a test case.
A test case consists of 4 sections automatically executed by the test framework as well as associated test parameters.

.. image :: /_static/images/client/exemple_testunit.png
.. image:: /_static/images/client/exemple_testunit.png

Testcase (suite)
-----------

A test suite allows you to run several test cases afterwards.
The example shows how to loop on a test case while modifying the incoming data.

.. image :: /_static/images/client/exemple_testsuite.png
.. image:: /_static/images/client/exemple_testsuite.png

It is therefore possible to add as many arguments as necessary to the ``execute ()`` function
It is therefore possible to add as many arguments as necessary to the ``execute()`` function
and add them identically to the level of the 4 sections.

.. note :: It is possible to add a prefix at the test case level using the ``prefix`` argument.
.. note:: It is possible to add a prefix at the test case level using the ``prefix`` argument.

variables
----------------
Expand Down Expand Up @@ -221,6 +221,6 @@ have the list of available XML elements and attributes.

.. image:: /_static/images/examples/assistant_android.png

.. note:: The complete example is available in test samples``/Samples/Tests_Mobiles/03_PlayStore.tux``.
.. note:: The complete example is available in test samples ``/Samples/Tests_Mobiles/03_PlayStore.tux``.

.. important:: Enabling USB `debug` mode is required on the phone.
4 changes: 2 additions & 2 deletions docs/user/test_snippets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ SSH
.. important:: path of the reusable test ``/Snippets/Protocols/01_Send_SSH.tsx``
This reusable test is used to send a sequence of ssh commands.
It is used in conjunction with the reusable test `` /Snippets/Do/03_Initilize.tux`` to load an environment into the cache.
It is used in conjunction with the reusable test ``/Snippets/Do/03_Initilize.tux`` to load an environment into the cache.
Parameter(s) to configure:
Expand All @@ -404,7 +404,7 @@ Parameter(s) to configure:
+-----------------+----------------------------------------------------------+
| SERVERS | List of servers to contact |
+-----------------+----------------------------------------------------------+
| COMMANDS | Lists of Commands to Run on the Remote Machine |
| COMMANDS | List of commands to run on the remote machine |
+-----------------+----------------------------------------------------------+
| TIMEOUT_CONNECT | Max time to connect to the remote machine |
+-----------------+----------------------------------------------------------+
Expand Down

0 comments on commit 177f259

Please sign in to comment.