public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] docs/chamelium: indent .igtrc code block
@ 2019-07-31 12:43 Simon Ser
  2019-07-31 12:43 ` [igt-dev] [PATCH i-g-t 2/2] docs/chamelium: document port auto-discovery Simon Ser
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Simon Ser @ 2019-07-31 12:43 UTC (permalink / raw)
  To: igt-dev

This makes it easier to tell the code block apart from the rest of the
document.

Signed-off-by: Simon Ser <simon.ser@intel.com>
---
 docs/chamelium.txt | 78 +++++++++++++++++++++++-----------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

diff --git a/docs/chamelium.txt b/docs/chamelium.txt
index aaa0646e9d1e..30d22c66c291 100644
--- a/docs/chamelium.txt
+++ b/docs/chamelium.txt
@@ -79,45 +79,45 @@ In order to run tests using the Chamelium, a valid configuration file must be
 present. It must contain Chamelium-specific keys as shown with the following
 example:

-# The common configuration section follows.
-[Common]
-# The path to dump frames that fail comparison checks
-FrameDumpPath=/root/
-
-# The following section is used for configuring the Device Under Test.
-# It is not mandatory and allows overriding default values.
-[DUT]
-SuspendResumeDelay=15
-
-[Chamelium]
-# The URL used for connecting to the Chamelium's RPC server
-URL=http://192.168.1.2:9992
-
-# The rest of the sections are used for defining connector mappings.
-# This is required so any tests using the Chamelium know which connector
-# on the test machine should be connected to each Chamelium port.
-#
-# In the event that any of these mappings are specified incorrectly,
-# any hotplugging tests for the incorrect connector mapping will fail.
-
-# The name of the DRM connector
-# The DP-1 of [Chamelium:DP-1] and the HDMI-A-1 of [Chamelium:HDMI-A-1] indicate
-# "connector info type" of /sys/kernel/debug/dri/0/i915_display_info.
-[Chamelium:DP-1]
-# The ChameliumPortID indicates physical port (device) id of a Chamelium Board.
-# A Chamelium daemon program defines these port ids as
-# DP1 (located next to the HDMI port) = 1
-# DP2 (located next to the VGA connector) = 2
-# HDMI = 3 and VGA = 4
-# The port ids are defined at:
-# https://chromium.googlesource.com/chromiumos/platform/chameleon/+/master/chameleond/utils/ids.py
-ChameliumPortID=1
-
-[Chamelium:HDMI-A-2]
-ChameliumPortID=3
-
-[Chamelium:VGA-1]
-ChameliumPortID=4
+    # The common configuration section follows.
+    [Common]
+    # The path to dump frames that fail comparison checks
+    FrameDumpPath=/root/
+
+    # The following section is used for configuring the Device Under Test.
+    # It is not mandatory and allows overriding default values.
+    [DUT]
+    SuspendResumeDelay=15
+
+    [Chamelium]
+    # The URL used for connecting to the Chamelium's RPC server
+    URL=http://192.168.1.2:9992
+
+    # The rest of the sections are used for defining connector mappings.
+    # This is required so any tests using the Chamelium know which connector
+    # on the test machine should be connected to each Chamelium port.
+    #
+    # In the event that any of these mappings are specified incorrectly,
+    # any hotplugging tests for the incorrect connector mapping will fail.
+
+    # The name of the DRM connector
+    # The DP-1 of [Chamelium:DP-1] and the HDMI-A-1 of [Chamelium:HDMI-A-1] indicate
+    # "connector info type" of /sys/kernel/debug/dri/0/i915_display_info.
+    [Chamelium:DP-1]
+    # The ChameliumPortID indicates physical port (device) id of a Chamelium Board.
+    # A Chamelium daemon program defines these port ids as
+    # DP1 (located next to the HDMI port) = 1
+    # DP2 (located next to the VGA connector) = 2
+    # HDMI = 3 and VGA = 4
+    # The port ids are defined at:
+    # https://chromium.googlesource.com/chromiumos/platform/chameleon/+/master/chameleond/utils/ids.py
+    ChameliumPortID=1
+
+    [Chamelium:HDMI-A-2]
+    ChameliumPortID=3
+
+    [Chamelium:VGA-1]
+    ChameliumPortID=4

 Running the Chamelium With IGT
 ------------------------------
--
2.22.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-15 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-31 12:43 [igt-dev] [PATCH i-g-t 1/2] docs/chamelium: indent .igtrc code block Simon Ser
2019-07-31 12:43 ` [igt-dev] [PATCH i-g-t 2/2] docs/chamelium: document port auto-discovery Simon Ser
2019-07-31 13:13 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] docs/chamelium: indent .igtrc code block Patchwork
2019-08-01 23:34 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-08-15 10:09 ` [igt-dev] [PATCH i-g-t 1/2] " Arkadiusz Hiler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox