summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt')
-rw-r--r--SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt96
1 files changed, 0 insertions, 96 deletions
diff --git a/SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt b/SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt
deleted file mode 100644
index de1d6baae..000000000
--- a/SDL_Core/doc/doxygen/components/TransportManager/Use Cases/UseCase2.txt
+++ /dev/null
@@ -1,96 +0,0 @@
-/*! \page components_transportmanager_use_cases_2 Scenario with 2 or more devices with 1 application onboard
-
-<h3>Preconditions:</h3>
-<table>
- <tr>
- <th>Steps</th>
- <th>Actions</th>
- <th>Expected result</th>
- </tr>
- <tr>
- <td>1</td>
- <td>Device-1 is connected to Core via Bluetooth</td>
- <td>Devices are paired</td>
- </tr>
- <tr>
- <td>2</td>
- <td>Device-2 is connected to SmartDeviceLink Core via Wi-Fi</td>
- <td>Devices are in the same network</td>
- </tr>
- <tr>
- <td>3</td>
- <td>Make sure that correct devices are connected to SmartDeviceLink core</td>
- <td>IP-address of connected devices are relevant</td>
- </tr>
-</table>
-
-<h3>Testcase:</h3>
-<table>
- <tr>
- <th>Steps</th>
- <th>Actions</th>
- <th>Expected result</th>
- </tr>
- <tr>
- <td>1</td>
- <td>Start SmartDeviceLink application on the Devices</td>
- <td>SmartDeviceLink application is up and ready</td>
- </tr>
- <tr>
- <td>2</td>
- <td>Initiate a Device search in HMI</td>
- <td>HMI displays the list of found devices/applications</td>
- </tr>
- <tr>
- <td>3</td>
- <td>Connect to application-1 on 1-st device</td>
- <td>Application is marked as connected/notification is displayed in HMI</td>
- </tr>
- <tr>
- <td>4</td>
- <td>Connect to application on 2-nd device</td>
- <td>Application is marked as connected/notification is displayed in HMI. Both applications on device-1 and device-2 are marked as connected</td>
- </tr>
- <tr>
- <td>5</td>
- <td>Send alert message from SmartDeviceLink application-1</td>
- <td>Alert is displayed on HMI</td>
- </tr>
- <tr>
- <td>6</td>
- <td>Send alert message from SmartDeviceLink application-2</td>
- <td>Alert is displayed on HMI</td>
- </tr>
- <tr>
- <td>7</td>
- <td>Send alert messages from both application simultaneously</td>
- <td>Both alerts are displayed on HMI/Alerts are showed consequently</td>
- </tr>
- <tr>
- <td>8</td>
- <td>Disconnect device-2 from SmartDeviceLink core</td>
- <td>Application is marked as disconnected/notification is displayed in HMI</td>
- </tr>
- <tr>
- <td>9</td>
- <td>Try to send alert messages from both application simultaneously</td>
- <td>Alert is delivered only from device-1</td>
- </tr>
- <tr>
- <td>10</td>
- <td>Disconnect device-1 from SmartDeviceLink core</td>
- <td>Application is marked as disconnected/notification is displayed in HMI</td>
- </tr>
- <tr>
- <td>11</td>
- <td><strong>Repeat steps 1-9 with more devices or use same connection method (BT of Wi-Fi)</strong></td>
- <td>Expected results should be the same</td>
- </tr>
- <tr>
- <td>12</td>
- <td><h3>Stress:</h3>Send big amount of alert messages in a short period of time from all devices</td>
- <td>All alert messages are processed correctly</td>
- </tr>
-</table>
-
-*/