[igt-dev] [PATCH i-g-t 2/2] docs/chamelium: document port auto-discovery

Simon Ser simon.ser at intel.com
Wed Jul 31 12:43:41 UTC 2019


Explicit Chamelium port mappings are now optional.

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

diff --git a/docs/chamelium.txt b/docs/chamelium.txt
index 30d22c66c291..32c296f7ea3c 100644
--- a/docs/chamelium.txt
+++ b/docs/chamelium.txt
@@ -77,7 +77,7 @@ IGT's behavior can be configured through a configuration file.
 By default, this file is expected to exist in ~/.igtrc
 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:
+example (only Chamelium.URL is mandatory):
 
     # The common configuration section follows.
     [Common]
@@ -93,12 +93,8 @@ example:
     # 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 rest of the sections are used for defining connector mappings. This
+    # is optional, the mappings will be discovered automatically.
 
     # The name of the DRM connector
     # The DP-1 of [Chamelium:DP-1] and the HDMI-A-1 of [Chamelium:HDMI-A-1] indicate
-- 
2.22.0



More information about the igt-dev mailing list