Skip to content

Commit 397b5cb

Browse files
Thalleymmahadevan108
authored andcommitted
doc: Use correct RST headings in autopts-linux.rst
The documentation guidelines have a specified order of header underlines that this file did not follow. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 38a70cc commit 397b5cb

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

doc/connectivity/bluetooth/autopts/autopts-linux.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ For running with QEMU or :ref:`native_sim <native_sim>`, see :ref:`bluetooth_qem
2424
:depth: 2
2525

2626
Setup Linux
27-
===========
27+
***********
2828

2929
Install nrftools (only required in the actual hardware test mode)
30-
=================================================================
30+
*****************************************************************
3131

3232
Download latest nrftools (version >= 10.12.1) from site
3333
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download.
@@ -47,7 +47,7 @@ and README.md. To install the tools, double click on each .deb file or follow
4747
instructions from README.md.
4848

4949
Setup Windows 10 virtual machine
50-
==================================
50+
********************************
5151

5252
Choose and install your hypervisor like VMWare Workstation(preferred) or
5353
VirtualBox. On VirtualBox could be some issues, if your host has fewer than 6 CPU.
@@ -58,17 +58,17 @@ installed guest extensions.
5858
Setup tested with VirtualBox 6.1.18 and VMWare Workstation 16.1.1 Pro.
5959

6060
Update Windows
61-
---------------
61+
==============
6262

6363
Update Windows in:
6464

6565
Start -> Settings -> Update & Security -> Windows Update
6666

6767
Setup static IP
68-
----------------
68+
===============
6969

7070
WMWare Works
71-
^^^^^^^^^^^^^
71+
------------
7272

7373
On Linux, open Virtual Network Editor app and create network:
7474

@@ -92,7 +92,7 @@ If you type 'ifconfig' in terminal, you should be able to find your host IP:
9292
:align: center
9393

9494
VirtualBox
95-
^^^^^^^^^^^^^
95+
----------
9696

9797
Go to:
9898

@@ -114,7 +114,7 @@ Add adapter 2:
114114
:align: center
115115

116116
Windows
117-
^^^^^^^^
117+
-------
118118
Setup static IP on Windows virtual machine. Go to
119119

120120
Settings -> Network & Internet -> Ethernet -> Unidentified network -> Edit
@@ -127,7 +127,7 @@ and set:
127127
:align: center
128128

129129
Install Python 3
130-
-----------------
130+
================
131131

132132
Download and install latest `Python 3 <https://www.python.org/downloads/>`_ on Windows.
133133
Let the installer add the Python installation directory to the PATH and
@@ -144,7 +144,7 @@ disable the path length limitation.
144144
:align: center
145145

146146
Install Git
147-
------------
147+
===========
148148

149149
Download and install `Git <https://git-scm.com/downloads>`_.
150150
During installation enable option: Enable experimental support for pseudo
@@ -156,7 +156,7 @@ consoles. We will use Git Bash as Windows terminal.
156156
:align: center
157157

158158
Install PTS 8
159-
--------------
159+
=============
160160

161161
On Windows virtual machine, install latest PTS from https://www.bluetooth.org.
162162
Remember to install drivers from installation directory
@@ -173,7 +173,7 @@ Remember to install drivers from installation directory
173173
So to capture Bluetooth events, you have to download it separately.
174174

175175
Connect PTS dongle
176-
--------------------
176+
==================
177177

178178
With VirtualBox there should be no problem. Just find dongle in Devices -> USB and connect.
179179

@@ -202,7 +202,7 @@ Write anywhere in the file following line:
202202
just replace 0x0a12 with Vendor number and 0x0001 with ProdID number you found earlier.
203203

204204
Connect devices (only required in the actual hardware test mode)
205-
================================================================
205+
****************************************************************
206206

207207
.. image:: devices_1.png
208208
:height: 400
@@ -215,7 +215,7 @@ Connect devices (only required in the actual hardware test mode)
215215
:align: center
216216

217217
Flash board (only required in the actual hardware test mode)
218-
============================================================
218+
************************************************************
219219

220220
On Linux, go to ~/zephyrproject. There should be already ~/zephyrproject/build
221221
directory. Flash board:
@@ -225,10 +225,10 @@ directory. Flash board:
225225
west flash
226226
227227
Setup auto-pts project
228-
=======================
228+
**********************
229229

230230
AutoPTS client on Linux
231-
------------------------
231+
=======================
232232

233233
Clone auto-pts project:
234234

@@ -252,7 +252,7 @@ Install required python modules:
252252
pip3 install --user -r autoptsclient_requirements.txt
253253
254254
Autopts server on Windows virtual machine
255-
------------------------------------------
255+
=========================================
256256
In Git Bash, clone auto-pts project repo:
257257

258258
.. code-block::
@@ -270,7 +270,7 @@ Install required python modules:
270270
Restart virtual machine.
271271

272272
Running AutoPTS
273-
================
273+
****************
274274

275275
Server and client by default will run on localhost address. Run server:
276276

@@ -338,7 +338,7 @@ At the first run, when Windows asks, enable connection through firewall:
338338
:align: center
339339

340340
Troubleshooting
341-
================
341+
****************
342342

343343
- "After running one test, I need to restart my Windows virtual machine to run another, because of fail verdict from APICOM in PTS logs."
344344

0 commit comments

Comments
 (0)