Skip to content

Commit

Permalink
docs/tests: Modify file structure to match design
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei-Fabian-Pop <Andreifabian.Pop@analog.com>
  • Loading branch information
Andrei-Fabian-Pop committed Jan 13, 2025
1 parent 5db102c commit 2fa5048
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docs/tests/general/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Contents
:includehidden:
:maxdepth: 3

instrument_detaching

..
add the path to each core feature test case here
example core/homepage_tests
Expand Down
14 changes: 14 additions & 0 deletions docs/tests/plugins/debugger/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _tests_debugger:

Debugger Test Cases
===============================================================================

Contents
---------------------------------------------------------------------

.. toctree::
:includehidden:
:maxdepth: 3

debugger_tests
debugger_preferences
8 changes: 8 additions & 0 deletions docs/tests/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Contents
:includehidden:
:maxdepth: 3

debugger/index

m2k/general_settings_tests
m2k/spectrum_analyzer_tests
m2k/signal_generator_tests
m2k/pattern_generator_tests
m2k/voltmeter_tests

..
add the path to each plugin test case here
example dac/dac_tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ General Settings - Test Case

Initial Setup
-----------------------------------------------
In order to proceed through the test case, first of all delete the Scopy \*.ini file (saves previous settings made in Scopy tool) from the following path on Windows: ``C:\Users\your_username\AppData\Roaming\ADI``.

Open Scopy instrument. The interface should look like the pictures below:
In order to proceed through the test case, first of all delete the Scopy \*.ini file (saves previous settings made in Scopy tool).

Test Case
-----------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/tests/plugins/m2k/pattern_generator_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ M2K Pattern Generator - Test Suite

Initial Setup
----------------------------------------------------------------------------------------------------
In order to proceed through the test case, first of all delete the Scopy *.ini file (saves previous settings made in Scopy tool) from the following path on Windows: C:\Users\your_username\AppData\Roaming\ADI .

In order to proceed through the test case, first of all delete the Scopy \*.ini file (saves previous settings made in Scopy tool).

Test Case
----------------------------------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/tests/plugins/m2k/signal_generator_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ M2K Signal Generator - Test Suite

Initial Setup
-------------------------------------------------------
In order to proceed through the test case, first of all delete the Scopy *.ini file (saves previous settings made in Scopy tool) from the following path on Windows: C:\Users\your_username\AppData\Roaming\ADI .

In order to proceed through the test case, first of all delete the Scopy \*.ini file (saves previous settings made in Scopy tool).

Test Case
-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/plugins/m2k/spectrum_analyzer_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ M2K Spectrum Analyzer - Test Suite

Initial Setup
----------------------------------------------------------------------------------------------------
In order to proceed through the test case, first of all delete the Scopy *.ini file (saves previous settings made in Scopy tool) from the following path on Windows: C:\Users\your_username\AppData\Roaming\ADI .
In order to proceed through the test case, first of all delete the Scopy \*.ini file (saves previous settings made in Scopy tool).

Test Case
----------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/plugins/m2k/voltmeter_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ M2K Voltmeter - Test Suite

Initial Setup
-------------------------------------------------------------------------------
In order to proceed through the test case, first of all delete the Scopy *.ini file (saves previous settings made in Scopy tool) from the following path on Windows: C:\Users\your_username\AppData\Roaming\ADI .
In order to proceed through the test case, first of all delete the Scopy \*.ini file (saves previous settings made in Scopy tool).

Test Case
-------------------------------------------------------------------------------
Expand Down

0 comments on commit 2fa5048

Please sign in to comment.