igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail
@ 2018-07-20 17:04 Gwan-gyeong Mun
  2018-07-20 20:46 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Gwan-gyeong Mun @ 2018-07-20 17:04 UTC (permalink / raw)
  To: igt-dev; +Cc: martin.peres

It updates a network setting between a Target PC and a Chamelium.
And it adds informations of Chamelium-specific keys for DRM connector and
Chamelium Port ID in detail.
And it adds "Running the Chamelium With IGT" section.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
---
 docs/chamelium.txt | 45 +++++++++++++++++++++++++++++++++++++++------
 1 file changed, 39 insertions(+), 6 deletions(-)

diff --git a/docs/chamelium.txt b/docs/chamelium.txt
index ed154990..13584a41 100644
--- a/docs/chamelium.txt
+++ b/docs/chamelium.txt
@@ -44,6 +44,9 @@ It may be necessary to give the Chamelium a static IP address, depending on
 the network setup. This can be configured (via the serial console) by editing
 the Debian-styled /etc/network/interfaces configuration file.
 
+This document supposes that target PC's network IP has "192.168.1.1/24" and
+the Chamelium's network IP has "192.168.1.2/24".
+
 Chamelium support requires setting up dedicated IGT configuration, as explained
 in the Core and Chamelium parts of the IGT API Reference in the documentation.
 
@@ -60,14 +63,42 @@ by the IGT tests is common to all connectors and thus one machine running a test
 on a given connector may reset the Chamelium while another machine is running
 a test on another connector.
 
-An example fully-featured configuration follows:
+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:
+
+# The common configuration section follows.
 [Common]
-FrameDumpPath=/root/
+# The path to dump frames that fail comparison checks
+FrameDumpPath=/tmp/
 
-[Chamelium]
-URL=http://192.168.72.1:9992
+# 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 = 1, DP2 = 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]
@@ -76,8 +107,10 @@ ChameliumPortID=3
 [Chamelium:VGA-1]
 ChameliumPortID=4
 
-[DUT]
-SuspendResumeDelay=2
+Running the Chamelium With IGT
+------------------------------
+
+$ ./scripts/run-tests.sh -t chamelium
 
 Debugging the Chamelium
 -----------------------
-- 
2.18.0

---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for docs/chamelium: Update sections of a network and a config file in detail
  2018-07-20 17:04 [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail Gwan-gyeong Mun
@ 2018-07-20 20:46 ` Patchwork
  2018-07-24 12:20 ` [igt-dev] [PATCH] " Martin Peres
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2018-07-20 20:46 UTC (permalink / raw)
  To: Gwan-gyeong Mun; +Cc: igt-dev

== Series Details ==

Series: docs/chamelium: Update sections of a network and a config file in detail
URL   : https://patchwork.freedesktop.org/series/46973/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4521 -> IGTPW_1620 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/46973/revisions/1/mbox/

== Known issues ==

  Here are the changes found in IGTPW_1620 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_frontbuffer_tracking@basic:
      fi-hsw-peppy:       PASS -> DMESG-FAIL (fdo#106103, fdo#102614)

    igt@prime_vgem@basic-fence-flip:
      fi-kbl-7500u:       PASS -> FAIL (fdo#104008)

    
    ==== Possible fixes ====

    igt@debugfs_test@read_all_entries:
      fi-snb-2520m:       INCOMPLETE (fdo#103713) -> PASS

    
  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103


== Participating hosts (47 -> 42) ==

  Missing    (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u 


== Build changes ==

    * IGT: IGT_4570 -> IGTPW_1620

  CI_DRM_4521: a4ebbd84c682fd30edbde6ac0e48d150d4c5c066 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1620: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1620/
  IGT_4570: 65cdccdc7bcbb791d791aeeeecb784a382110a3c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1620/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail
  2018-07-20 17:04 [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail Gwan-gyeong Mun
  2018-07-20 20:46 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-07-24 12:20 ` Martin Peres
  2018-07-24 12:44 ` Gwan-gyeong Mun
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Martin Peres @ 2018-07-24 12:20 UTC (permalink / raw)
  To: Gwan-gyeong Mun, igt-dev



On 20/07/18 20:04, Gwan-gyeong Mun wrote:
> It updates a network setting between a Target PC and a Chamelium.
> And it adds informations of Chamelium-specific keys for DRM connector and
> Chamelium Port ID in detail.
> And it adds "Running the Chamelium With IGT" section.
> 
> Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
> ---
>  docs/chamelium.txt | 45 +++++++++++++++++++++++++++++++++++++++------
>  1 file changed, 39 insertions(+), 6 deletions(-)
> 
> diff --git a/docs/chamelium.txt b/docs/chamelium.txt
> index ed154990..13584a41 100644
> --- a/docs/chamelium.txt
> +++ b/docs/chamelium.txt
> @@ -44,6 +44,9 @@ It may be necessary to give the Chamelium a static IP address, depending on
>  the network setup. This can be configured (via the serial console) by editing
>  the Debian-styled /etc/network/interfaces configuration file.
>  
> +This document supposes that target PC's network IP has "192.168.1.1/24" and
> +the Chamelium's network IP has "192.168.1.2/24".
> +
>  Chamelium support requires setting up dedicated IGT configuration, as explained
>  in the Core and Chamelium parts of the IGT API Reference in the documentation.
>  
> @@ -60,14 +63,42 @@ by the IGT tests is common to all connectors and thus one machine running a test
>  on a given connector may reset the Chamelium while another machine is running
>  a test on another connector.
>  
> -An example fully-featured configuration follows:
> +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:
> +
> +# The common configuration section follows.
>  [Common]
> -FrameDumpPath=/root/
> +# The path to dump frames that fail comparison checks
> +FrameDumpPath=/tmp/

This is a security issue if the names are guessable in advance and IGT
is not using mktemp. Also, we do not want reboots to delete these
frames, so I suggest keeping /root as the default target.

>  
> -[Chamelium]
> -URL=http://192.168.72.1:9992
> +# 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 = 1, DP2 = 2, HDMI = 3, and VGA = 4

You forgot to specify which port is DP1 and which one is DP2. How about:

DP1 (located next to the HDMI port) = 1
DP2 (located next to the VGA connector) = 2

> +# The port ids are defined at:
> +# https://chromium.googlesource.com/chromiumos/platform/chameleon/+/master/chameleond/utils/ids.py
>  ChameliumPortID=1
>  
>  [Chamelium:HDMI-A-2]
> @@ -76,8 +107,10 @@ ChameliumPortID=3
>  [Chamelium:VGA-1]
>  ChameliumPortID=4
>  
> -[DUT]
> -SuspendResumeDelay=2
> +Running the Chamelium With IGT
> +------------------------------
> +
> +$ ./scripts/run-tests.sh -t chamelium
>  
>  Debugging the Chamelium
>  -----------------------
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail
  2018-07-20 17:04 [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail Gwan-gyeong Mun
  2018-07-20 20:46 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2018-07-24 12:20 ` [igt-dev] [PATCH] " Martin Peres
@ 2018-07-24 12:44 ` Gwan-gyeong Mun
  2018-07-24 12:48   ` Martin Peres
  2018-07-24 12:55 ` [igt-dev] [i-g-t, v2] " Gwan-gyeong Mun
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 8+ messages in thread
From: Gwan-gyeong Mun @ 2018-07-24 12:44 UTC (permalink / raw)
  To: igt-dev; +Cc: martin.peres

It updates a network setting between a Target PC and a Chamelium.
And it adds informations of Chamelium-specific keys for DRM connector and
Chamelium Port ID in detail.
And it adds "Running the Chamelium With IGT" section.

v2:
 Martin Peres
 * Change FrameDumpPath to /root/ from /tmp/ on IGT configuration.
 * Add physical locations of DP1 and DP2 ports on Chamelium Board.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
---
 docs/chamelium.txt | 45 ++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 40 insertions(+), 5 deletions(-)

diff --git a/docs/chamelium.txt b/docs/chamelium.txt
index ed154990..0cabcdc6 100644
--- a/docs/chamelium.txt
+++ b/docs/chamelium.txt
@@ -44,6 +44,9 @@ It may be necessary to give the Chamelium a static IP address, depending on
 the network setup. This can be configured (via the serial console) by editing
 the Debian-styled /etc/network/interfaces configuration file.
 
+This document supposes that target PC's network IP has "192.168.1.1/24" and
+the Chamelium's network IP has "192.168.1.2/24".
+
 Chamelium support requires setting up dedicated IGT configuration, as explained
 in the Core and Chamelium parts of the IGT API Reference in the documentation.
 
@@ -60,14 +63,44 @@ by the IGT tests is common to all connectors and thus one machine running a test
 on a given connector may reset the Chamelium while another machine is running
 a test on another connector.
 
-An example fully-featured configuration follows:
+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:
+
+# The common configuration section follows.
 [Common]
+# The path to dump frames that fail comparison checks
 FrameDumpPath=/root/
 
-[Chamelium]
-URL=http://192.168.72.1:9992
+# 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]
@@ -76,8 +109,10 @@ ChameliumPortID=3
 [Chamelium:VGA-1]
 ChameliumPortID=4
 
-[DUT]
-SuspendResumeDelay=2
+Running the Chamelium With IGT
+------------------------------
+
+$ ./scripts/run-tests.sh -t chamelium
 
 Debugging the Chamelium
 -----------------------
-- 
2.18.0

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

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

* Re: [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail
  2018-07-24 12:44 ` Gwan-gyeong Mun
@ 2018-07-24 12:48   ` Martin Peres
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Peres @ 2018-07-24 12:48 UTC (permalink / raw)
  To: Gwan-gyeong Mun, igt-dev

Reviewed-by: Martin Peres <martin.peres@linux.intel.com>

On 24/07/18 15:44, Gwan-gyeong Mun wrote:
> It updates a network setting between a Target PC and a Chamelium.
> And it adds informations of Chamelium-specific keys for DRM connector and
> Chamelium Port ID in detail.
> And it adds "Running the Chamelium With IGT" section.
> 
> v2:
>  Martin Peres
>  * Change FrameDumpPath to /root/ from /tmp/ on IGT configuration.
>  * Add physical locations of DP1 and DP2 ports on Chamelium Board.
> 
> Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
> ---
>  docs/chamelium.txt | 45 ++++++++++++++++++++++++++++++++++++++++-----
>  1 file changed, 40 insertions(+), 5 deletions(-)
> 
> diff --git a/docs/chamelium.txt b/docs/chamelium.txt
> index ed154990..0cabcdc6 100644
> --- a/docs/chamelium.txt
> +++ b/docs/chamelium.txt
> @@ -44,6 +44,9 @@ It may be necessary to give the Chamelium a static IP address, depending on
>  the network setup. This can be configured (via the serial console) by editing
>  the Debian-styled /etc/network/interfaces configuration file.
>  
> +This document supposes that target PC's network IP has "192.168.1.1/24" and
> +the Chamelium's network IP has "192.168.1.2/24".
> +
>  Chamelium support requires setting up dedicated IGT configuration, as explained
>  in the Core and Chamelium parts of the IGT API Reference in the documentation.
>  
> @@ -60,14 +63,44 @@ by the IGT tests is common to all connectors and thus one machine running a test
>  on a given connector may reset the Chamelium while another machine is running
>  a test on another connector.
>  
> -An example fully-featured configuration follows:
> +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:
> +
> +# The common configuration section follows.
>  [Common]
> +# The path to dump frames that fail comparison checks
>  FrameDumpPath=/root/
>  
> -[Chamelium]
> -URL=http://192.168.72.1:9992
> +# 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]
> @@ -76,8 +109,10 @@ ChameliumPortID=3
>  [Chamelium:VGA-1]
>  ChameliumPortID=4
>  
> -[DUT]
> -SuspendResumeDelay=2
> +Running the Chamelium With IGT
> +------------------------------
> +
> +$ ./scripts/run-tests.sh -t chamelium
>  
>  Debugging the Chamelium
>  -----------------------
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] [i-g-t, v2] docs/chamelium: Update sections of a network and a config file in detail
  2018-07-20 17:04 [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail Gwan-gyeong Mun
                   ` (2 preceding siblings ...)
  2018-07-24 12:44 ` Gwan-gyeong Mun
@ 2018-07-24 12:55 ` Gwan-gyeong Mun
  2018-07-24 14:32 ` [igt-dev] ✓ Fi.CI.BAT: success for docs/chamelium: Update sections of a network and a config file in detail (rev3) Patchwork
  2018-07-24 16:57 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Gwan-gyeong Mun @ 2018-07-24 12:55 UTC (permalink / raw)
  To: igt-dev; +Cc: martin.peres

It updates a network setting between a Target PC and a Chamelium.
And it adds informations of Chamelium-specific keys for DRM connector and
Chamelium Port ID in detail.
And it adds "Running the Chamelium With IGT" section.

v2:
 Martin Peres
 * Change FrameDumpPath to /root/ from /tmp/ on IGT configuration.
 * Add physical locations of DP1 and DP2 ports on Chamelium Board.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
---
 docs/chamelium.txt | 45 ++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 40 insertions(+), 5 deletions(-)

diff --git a/docs/chamelium.txt b/docs/chamelium.txt
index ed154990..0cabcdc6 100644
--- a/docs/chamelium.txt
+++ b/docs/chamelium.txt
@@ -44,6 +44,9 @@ It may be necessary to give the Chamelium a static IP address, depending on
 the network setup. This can be configured (via the serial console) by editing
 the Debian-styled /etc/network/interfaces configuration file.
 
+This document supposes that target PC's network IP has "192.168.1.1/24" and
+the Chamelium's network IP has "192.168.1.2/24".
+
 Chamelium support requires setting up dedicated IGT configuration, as explained
 in the Core and Chamelium parts of the IGT API Reference in the documentation.
 
@@ -60,14 +63,44 @@ by the IGT tests is common to all connectors and thus one machine running a test
 on a given connector may reset the Chamelium while another machine is running
 a test on another connector.
 
-An example fully-featured configuration follows:
+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:
+
+# The common configuration section follows.
 [Common]
+# The path to dump frames that fail comparison checks
 FrameDumpPath=/root/
 
-[Chamelium]
-URL=http://192.168.72.1:9992
+# 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]
@@ -76,8 +109,10 @@ ChameliumPortID=3
 [Chamelium:VGA-1]
 ChameliumPortID=4
 
-[DUT]
-SuspendResumeDelay=2
+Running the Chamelium With IGT
+------------------------------
+
+$ ./scripts/run-tests.sh -t chamelium
 
 Debugging the Chamelium
 -----------------------
-- 
2.18.0

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for docs/chamelium: Update sections of a network and a config file in detail (rev3)
  2018-07-20 17:04 [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail Gwan-gyeong Mun
                   ` (3 preceding siblings ...)
  2018-07-24 12:55 ` [igt-dev] [i-g-t, v2] " Gwan-gyeong Mun
@ 2018-07-24 14:32 ` Patchwork
  2018-07-24 16:57 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2018-07-24 14:32 UTC (permalink / raw)
  To: Gwan-gyeong Mun; +Cc: igt-dev

== Series Details ==

Series: docs/chamelium: Update sections of a network and a config file in detail (rev3)
URL   : https://patchwork.freedesktop.org/series/46973/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4534 -> IGTPW_1640 =

== Summary - WARNING ==

  Minor unknown changes coming with IGTPW_1640 need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1640, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/46973/revisions/3/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in IGTPW_1640:

  === IGT changes ===

    ==== Warnings ====

    igt@prime_vgem@basic-fence-flip:
      fi-glk-j4005:       PASS -> SKIP

    
== Known issues ==

  Here are the changes found in IGTPW_1640 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_busy@basic-flip-b:
      fi-glk-j4005:       PASS -> DMESG-WARN (fdo#106745)

    
    ==== Possible fixes ====

    igt@gem_exec_flush@basic-wb-ro-default:
      fi-glk-j4005:       DMESG-WARN (fdo#105719) -> PASS

    igt@kms_flip@basic-flip-vs-wf_vblank:
      fi-glk-j4005:       FAIL (fdo#100368) -> PASS

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
      fi-bxt-dsi:         INCOMPLETE (fdo#103927) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#105719 https://bugs.freedesktop.org/show_bug.cgi?id=105719
  fdo#106745 https://bugs.freedesktop.org/show_bug.cgi?id=106745


== Participating hosts (52 -> 44) ==

  Missing    (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-skl-caroline fi-byt-clapper fi-bdw-samus 


== Build changes ==

    * IGT: IGT_4572 -> IGTPW_1640

  CI_DRM_4534: a59bbda34ede6f5685fdc86b58f143bada751617 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1640: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1640/
  IGT_4572: 9b064015df14506b23cd2d7245a73e1b1d16ee1f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1640/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for docs/chamelium: Update sections of a network and a config file in detail (rev3)
  2018-07-20 17:04 [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail Gwan-gyeong Mun
                   ` (4 preceding siblings ...)
  2018-07-24 14:32 ` [igt-dev] ✓ Fi.CI.BAT: success for docs/chamelium: Update sections of a network and a config file in detail (rev3) Patchwork
@ 2018-07-24 16:57 ` Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2018-07-24 16:57 UTC (permalink / raw)
  To: Gwan-gyeong Mun; +Cc: igt-dev

== Series Details ==

Series: docs/chamelium: Update sections of a network and a config file in detail (rev3)
URL   : https://patchwork.freedesktop.org/series/46973/
State : success

== Summary ==

= CI Bug Log - changes from IGT_4572_full -> IGTPW_1640_full =

== Summary - WARNING ==

  Minor unknown changes coming with IGTPW_1640_full need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1640_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/46973/revisions/3/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in IGTPW_1640_full:

  === IGT changes ===

    ==== Warnings ====

    igt@gem_exec_schedule@deep-blt:
      shard-apl:          SKIP -> PASS +3

    igt@gem_exec_schedule@deep-bsd:
      shard-glk:          SKIP -> PASS +3

    igt@gem_exec_schedule@deep-bsd1:
      shard-kbl:          SKIP -> PASS +2

    igt@gem_mocs_settings@mocs-rc6-bsd2:
      shard-kbl:          PASS -> SKIP

    igt@pm_rc6_residency@rc6-accuracy:
      shard-snb:          PASS -> SKIP

    
== Known issues ==

  Here are the changes found in IGTPW_1640_full that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@drv_selftest@live_hangcheck:
      shard-kbl:          PASS -> DMESG-FAIL (fdo#106560, fdo#106947)

    igt@kms_available_modes_crc@available_mode_test_crc:
      shard-snb:          PASS -> FAIL (fdo#106641)

    igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
      shard-glk:          NOTRUN -> FAIL (fdo#106509, fdo#105454)

    igt@kms_flip@2x-plain-flip-fb-recreate:
      shard-glk:          PASS -> FAIL (fdo#100368)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
      shard-kbl:          PASS -> INCOMPLETE (fdo#103665) +1

    igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
      shard-snb:          PASS -> INCOMPLETE (fdo#105411)

    igt@kms_setmode@basic:
      shard-kbl:          PASS -> FAIL (fdo#99912)

    igt@perf@blocking:
      shard-hsw:          PASS -> FAIL (fdo#102252)

    
    ==== Possible fixes ====

    igt@gem_ppgtt@blt-vs-render-ctxn:
      shard-kbl:          INCOMPLETE (fdo#106023, fdo#103665) -> PASS +1

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
      shard-kbl:          INCOMPLETE (fdo#103665) -> PASS

    igt@kms_setmode@basic:
      shard-apl:          FAIL (fdo#99912) -> PASS

    igt@kms_universal_plane@cursor-fb-leak-pipe-a:
      shard-apl:          FAIL (fdo#107241) -> PASS

    igt@perf_pmu@rc6-runtime-pm-long:
      shard-kbl:          FAIL (fdo#105010) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#102252 https://bugs.freedesktop.org/show_bug.cgi?id=102252
  fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
  fdo#105010 https://bugs.freedesktop.org/show_bug.cgi?id=105010
  fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
  fdo#105454 https://bugs.freedesktop.org/show_bug.cgi?id=105454
  fdo#106023 https://bugs.freedesktop.org/show_bug.cgi?id=106023
  fdo#106509 https://bugs.freedesktop.org/show_bug.cgi?id=106509
  fdo#106560 https://bugs.freedesktop.org/show_bug.cgi?id=106560
  fdo#106641 https://bugs.freedesktop.org/show_bug.cgi?id=106641
  fdo#106947 https://bugs.freedesktop.org/show_bug.cgi?id=106947
  fdo#107241 https://bugs.freedesktop.org/show_bug.cgi?id=107241
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * IGT: IGT_4572 -> IGTPW_1640
    * Linux: CI_DRM_4533 -> CI_DRM_4534

  CI_DRM_4533: 712e7047cfc7a129df6d324f59cc5d4eb2879285 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4534: a59bbda34ede6f5685fdc86b58f143bada751617 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1640: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1640/
  IGT_4572: 9b064015df14506b23cd2d7245a73e1b1d16ee1f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1640/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2018-07-24 16:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 17:04 [igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail Gwan-gyeong Mun
2018-07-20 20:46 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-07-24 12:20 ` [igt-dev] [PATCH] " Martin Peres
2018-07-24 12:44 ` Gwan-gyeong Mun
2018-07-24 12:48   ` Martin Peres
2018-07-24 12:55 ` [igt-dev] [i-g-t, v2] " Gwan-gyeong Mun
2018-07-24 14:32 ` [igt-dev] ✓ Fi.CI.BAT: success for docs/chamelium: Update sections of a network and a config file in detail (rev3) Patchwork
2018-07-24 16:57 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).