-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Test cases for core and PQM. #1870
Open
andreidanila1
wants to merge
3
commits into
main-doc-test-case-struct
Choose a base branch
from
main-doc-add
base: main-doc-test-case-struct
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _rms: | ||
.. _pqm-rms: | ||
|
||
RMS | ||
================================================================================ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,276 @@ | ||
.. _add_dev_tests: | ||
|
||
Add device | ||
========== | ||
|
||
.. note:: | ||
|
||
User guide: :ref:`Scopy Overview <user_guide>`. | ||
|
||
Setup environment: | ||
------------------ | ||
|
||
.. _m2k-emu-add: | ||
|
||
**M2k.Emu:** | ||
- Open Scopy. | ||
- Start the iio-emu process using "adalm2000" in the dropdown and "ip:127.0.0.1" as URI. | ||
|
||
Test 1: Verifying the device scanning functionality. | ||
---------------------------------------------------- | ||
|
||
**UID:** TST.ADD.SCAN_ALL | ||
|
||
**Description:** This test checks that the device scan correctly detects and lists available devices when initiated. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Connect an **ADALM2000** device to the system by USB. | ||
2. Open Scopy. | ||
3. Click on **Add device** (+) button. | ||
4. Click on the refresh button on the right located in the **Add page** scan section. | ||
5. Wait until the refresh animation stops. | ||
- **Expected result:** In the "Context" dropdown, all available devices are listed, each item containing the device name/description and URI. The **ADALM2000** device [usb] must appear in the list. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 2: Verifying the local device scanning functionality. | ||
---------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.SCAN_LOCAL | ||
|
||
**Description:** This test checks that the device scan correctly detects and lists available local devices when initiated. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- There is at least one IIO device connected to the system that has local backend. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Open Scopy. | ||
2. Click on **Add device** (+) button. | ||
3. Click on **local** checkbox located in the **Add page** scan section. | ||
4. Wait until the refresh animation stops. | ||
- **Expected result:** In the "Context" dropdown, all available local devices are listed, each item containing the device name/description and URI. If there is no available device the "No scanned devices available!" message is displayed. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 3: Verifying the ip device scanning functionality. | ||
------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.SCAN_IP | ||
|
||
**Description:** This test checks that the device scan correctly detects and lists available ip devices when initiated. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- There is at least one IIO device connected to the system that has ip backend. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Open Scopy. | ||
2. Click on **Add device** (+) button. | ||
3. Click on **ip** checkbox located in the **Add page** scan section. | ||
4. Wait until the refresh animation stops. | ||
- **Expected result:** In the "Context" dropdown, all available ip devices are listed, each item containing the device name/description and URI. If there is no available device the "No scanned devices available!" message is displayed. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 4: Verifying the usb device scanning functionality. | ||
-------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.SCAN_USB | ||
|
||
**Description:** This test checks that the device scan correctly detects and lists available usb devices when initiated. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Connect an **ADALM2000** device to the system by USB. | ||
2. Open Scopy. | ||
3. Click on **Add device** (+) button. | ||
4. Click on **usb** checkbox located in the **Add page** scan section. | ||
5. Wait until the refresh animation stops. | ||
- **Expected result:** In the "Context" dropdown, all available usb devices are listed, each item containing the device name/description and URI. The **ADALM2000** device must appear in the list. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 5: Verifying the serial device scanning functionality. | ||
----------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.SCAN_SERIAL | ||
|
||
**Description:** This test checks that the device scan correctly detects and lists available serial devices when initiated. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- There is at least one IIO device connected to the system that has serial backend. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Open Scopy. | ||
2. Click on **Add device** (+) button. | ||
3. Click on the refresh button on the right located in the **Add page** serial port section. | ||
4. Wait until the refresh animation stops. | ||
- **Expected result:** In the "Name" dropdown, all available serial devices are listed, each item containing the device name/description and URI. If there is no available device the "No scanned devices available!" message is displayed. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 6: Scanning with no device. | ||
-------------------------------- | ||
|
||
**UID:** TST.ADD.SCAN_EMPTY | ||
|
||
**Description:** This test checks whether an appropriate message is displayed when no device is found. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Run Scopy. | ||
2. Make sure that no devices using USB backends are connected to the system. | ||
3. Click on **Add device** (+) button. | ||
4. Click on **usb** checkbox located in the **Add page** scan section. | ||
5. Wait until the refresh animation stops. | ||
- **Expected result:** The "No scanned devices available!" message is displayed. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
.. _tst-add-verify: | ||
|
||
Test 7: Device validation. | ||
-------------------------- | ||
|
||
**UID:** TST.ADD.VERIFY | ||
|
||
**Description:** This test verifies that the device validation works correctly. | ||
|
||
**Test prerequisites:** | ||
- :ref:`TST.EMU.EN <tst-emu-en>`. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- iio-emu is installed on the system. | ||
- Use :ref:`M2k.Emu <m2k-emu-add>` setup. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Click on **Add device** (+) button. | ||
2. Introduce the "ip:127.0.0.1" URI. | ||
3. Click on **Verify** button. | ||
- **Expected result:** A loading animation starts and after a short time a page with device details and compatible plugins is displayed. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 8: Verify the "BACK" button from compatible plugin page. | ||
------------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.PLUGINS_BACK | ||
|
||
**Description:** This test checks if the **BACK** button works correctly. | ||
|
||
**Test prerequisites:** | ||
- :ref:`TST.ADD.VERIFY <tst-add-verify>`. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- iio-emu is installed on the system. | ||
- Use :ref:`M2k.Emu <m2k-emu-add>` setup. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Click on **Add device** (+) button. | ||
2. Introduce the "ip:127.0.0.1" URI. | ||
3. Click on **Verify** button. | ||
4. Click on **BACK** button. | ||
- **Expected result:** The verify page is displayed. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
.. _tst-add-plugins-add: | ||
|
||
Test 9: Verify the "ADD DEVICE" button from compatible plugin page (single plugin). | ||
----------------------------------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.PLUGINS_ADD_SINGLE | ||
|
||
**Description:** This test checks if the **ADD DEVICE** button works correctly. Only the main plugin of the device is used. | ||
|
||
**Test prerequisites:** | ||
- :ref:`TST.ADD.VERIFY <tst-add-verify>`. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- iio-emu is installed on the system. | ||
- Use :ref:`M2k.Emu <m2k-emu-add>` setup. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Click on **Add device** (+) button. | ||
2. Introduce the "ip:127.0.0.1" URI. | ||
3. Click on **Verify** button. | ||
- **Expected result:** Only the M2kPlugin should be selected in the compatible plugins section. | ||
4. Click on **ADD DEVICE** button. | ||
- **Expected result:** The device is added to the device browser, the device's info page is displayed, and the m2k tools are added to the tool menu. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 10: Verify the "ADD DEVICE" button from compatible plugin page (multiple plugins). | ||
--------------------------------------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.PLUGINS_ADD_MULTIPLE | ||
|
||
**Description:** This test checks if the **ADD DEVICE** button works correctly. Multiple plugins are used. | ||
|
||
**Test prerequisites:** | ||
- :ref:`TST.ADD.VERIFY <tst-add-verify>`. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- iio-emu is installed on the system. | ||
- Use :ref:`M2k.Emu <m2k-emu-add>` setup. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Click on **Add device** (+) button. | ||
2. Introduce the "ip:127.0.0.1" URI. | ||
3. Click on **Verify** button. | ||
- **Expected result:** Only the M2kPlugin should be selected in the compatible plugins section. | ||
4. Select the DebuggerPlugin. | ||
5. Click on **ADD DEVICE** button. | ||
- **Expected result:** The device is added to the device browser, the device's info page is displayed, and all tools, including the debugger, are added to the tool menu. | ||
|
||
**Result:** PASS/FAIL | ||
|
||
Test 11: Verify the "ADD DEVICE" button from compatible plugin page with no plugin selected. | ||
-------------------------------------------------------------------------------------------- | ||
|
||
**UID:** TST.ADD.PLUGINS_EMPTY | ||
|
||
**Description:** This test checks if the **ADD DEVICE** button works correctly. | ||
|
||
**Test prerequisites:** | ||
- :ref:`TST.ADD.VERIFY <tst-add-verify>`. | ||
|
||
**Preconditions:** | ||
- Scopy is installed on the system. | ||
- iio-emu is installed on the system. | ||
- Use :ref:`M2k.Emu <m2k-emu-add>` setup. | ||
- OS: ANY. | ||
|
||
**Steps:** | ||
1. Click on **Add device** (+) button. | ||
2. Introduce the "ip:127.0.0.1" URI. | ||
3. Click on **Verify** button. | ||
- **Expected result:** Only the M2kPlugin should be selected in the compatible plugins section. | ||
4. Uncheck the M2kPlugin. | ||
5. Click on **ADD DEVICE** button. | ||
- **Expected result:** A NO_PLUGIN device is added in device browser and in tool menu. | ||
|
||
**Result:** PASS/FAIL |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this intended?