<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Matter，Test harness，When testing the UI-python project with the test harness, may encounter a failure message indicating a timeout.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115525/matter-test-harness-when-testing-the-ui-python-project-with-the-test-harness-may-encounter-a-failure-message-indicating-a-timeout</link><description>Hi. experts, I tested [TC-ACE-1.2] Subscriptions with Test harness, which is UI-Python. I execute it on Docker,./certification-tool/scripts/otbr/otbr _ start.sh; And write the parameters into the Test harness configuration, but the following error occurred</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Oct 2024 18:44:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115525/matter-test-harness-when-testing-the-ui-python-project-with-the-test-harness-may-encounter-a-failure-message-indicating-a-timeout" /><item><title>RE: Matter，Test harness，When testing the UI-python project with the test harness, may encounter a failure message indicating a timeout.</title><link>https://devzone.nordicsemi.com/thread/508243?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2024 18:44:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b33c27a4-b856-4895-aa1d-1d32e377e553</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Don&amp;#39;t know what is the reason for the failure, however, if the test case validates the device type composition (what clusters need to be enabled on the app endpoint), you should follow the requirement defined in the device type libraries specification and choose proper for your device type.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter，Test harness，When testing the UI-python project with the test harness, may encounter a failure message indicating a timeout.</title><link>https://devzone.nordicsemi.com/thread/507475?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2024 02:05:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d412191-802e-4b01-bcca-c0c9305bbb78</guid><dc:creator>DoubleAmaing</dc:creator><description>&lt;p&gt;Hi, thanks for your reply.&lt;br /&gt;1.&amp;nbsp; I&amp;#39;m using TestHarness auto-test &amp;quot;TC-IDM-10.4&lt;br /&gt;So, I don&amp;#39;t know how to specify test endpoint 1.&lt;/p&gt;
&lt;p&gt;Please teach me how to configure. Thank you&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729649065857v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729649087248v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  &amp;quot;config&amp;quot;: {
    &amp;quot;network&amp;quot;: {
      &amp;quot;wifi&amp;quot;: {
        &amp;quot;ssid&amp;quot;: &amp;quot;testharness&amp;quot;,
        &amp;quot;password&amp;quot;: &amp;quot;wifi-password&amp;quot;
      },
      &amp;quot;thread&amp;quot;: {
        &amp;quot;rcp_serial_path&amp;quot;: &amp;quot;/dev/ttyACM0&amp;quot;,
        &amp;quot;rcp_baudrate&amp;quot;: 115200,
        &amp;quot;on_mesh_prefix&amp;quot;: &amp;quot;fd15:35::/64&amp;quot;,
        &amp;quot;network_interface&amp;quot;: &amp;quot;eth0&amp;quot;,
        &amp;quot;dataset&amp;quot;: {
          &amp;quot;channel&amp;quot;: &amp;quot;25&amp;quot;,
          &amp;quot;panid&amp;quot;: &amp;quot;0x2b35&amp;quot;,
          &amp;quot;extpanid&amp;quot;: &amp;quot;2b35dead5b35beef&amp;quot;,
          &amp;quot;networkkey&amp;quot;: &amp;quot;67892233445566778899aabbccdd5612&amp;quot;,
          &amp;quot;networkname&amp;quot;: &amp;quot;2b35&amp;quot;
        },
        &amp;quot;otbr_docker_image&amp;quot;: null
      }
    },
    &amp;quot;dut_config&amp;quot;: {
      &amp;quot;discriminator&amp;quot;: &amp;quot;3210&amp;quot;,
      &amp;quot;setup_code&amp;quot;: &amp;quot;40634394&amp;quot;,
      &amp;quot;pairing_mode&amp;quot;: &amp;quot;ble-thread&amp;quot;,
      &amp;quot;chip_timeout&amp;quot;: null,
      &amp;quot;chip_use_paa_certs&amp;quot;: true,
      &amp;quot;trace_log&amp;quot;: true
    },
    &amp;quot;test_parameters&amp;quot;: {
      &amp;quot;thread-dataset-hex&amp;quot;: &amp;quot;0e08000000000001000035060004001fffe00708fd893173e1f042310410a2ed118932f24f8542b385fe51523d5a0c0402a0f7f8000300001901022b3502082b35dead5b35beef030432623335051067892233445566778899aabbccdd5612&amp;quot;,
      &amp;quot;paa-trust-store-path&amp;quot;: &amp;quot;/paa-root-certs&amp;quot;,
      &amp;quot;manual-code&amp;quot;: &amp;quot;30207424805&amp;quot;
    }
  },
  &amp;quot;pics&amp;quot;: {
    &amp;quot;clusters&amp;quot;: {
      &amp;quot;Level Control Cluster Test Plan&amp;quot;: {
        &amp;quot;name&amp;quot;: &amp;quot;Level Control Cluster Test Plan&amp;quot;,
        &amp;quot;items&amp;quot;: {
          &amp;quot;LVL.S&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0000&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0000&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0001&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0001&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0002&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0002&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0003&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0003&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0004&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0004&amp;quot;,
            &amp;quot;enabled&amp;quot;: false
          },
          &amp;quot;LVL.S.A0005&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0005&amp;quot;,
            &amp;quot;enabled&amp;quot;: false
          },
          &amp;quot;LVL.S.A0006&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0006&amp;quot;,
            &amp;quot;enabled&amp;quot;: false
          },
          &amp;quot;LVL.S.A000f&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A000f&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0010&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0010&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0011&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0011&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0012&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0012&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0013&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0013&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A0014&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A0014&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.A4000&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.A4000&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C00.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C00.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C01.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C01.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C02.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C02.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C03.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C03.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C04.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C04.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C05.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C05.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C06.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C06.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C07.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C07.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.C08.Rsp&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.C08.Rsp&amp;quot;,
            &amp;quot;enabled&amp;quot;: false
          },
          &amp;quot;LVL.S.F00&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.F00&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.F01&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.F01&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          },
          &amp;quot;LVL.S.F02&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.F02&amp;quot;,
            &amp;quot;enabled&amp;quot;: false
          },
          &amp;quot;LVL.S.M.VarRate&amp;quot;: {
            &amp;quot;number&amp;quot;: &amp;quot;LVL.S.M.VarRate&amp;quot;,
            &amp;quot;enabled&amp;quot;: true
          }
        }
      }
    }
  }
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;2. Do I have to enable a server or client? Can I not choose？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter，Test harness，When testing the UI-python project with the test harness, may encounter a failure message indicating a timeout.</title><link>https://devzone.nordicsemi.com/thread/507442?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 18:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa94cbdf-4c60-4108-8b43-b80eeaef93ca</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;1. You&amp;nbsp;&lt;span&gt;&lt;span dir="ltr"&gt;need to divide for this test case desperately PICS for Endpoint 0 and for Endpoint 1 in different project configurations in TH and run it for each endpoint to be sure to expected result.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;2. It depends on your implementation of the device as a client or server.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter，Test harness，When testing the UI-python project with the test harness, may encounter a failure message indicating a timeout.</title><link>https://devzone.nordicsemi.com/thread/507279?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 08:47:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffde2131-5ab2-4d30-aa92-398c0f16fd7d</guid><dc:creator>DoubleAmaing</dc:creator><description>&lt;p&gt;Hi, Expert:&lt;br /&gt;I understand the first question, it turned out to be to test endpoint:0, LevelControl Cluster I implemented in endpoint 1, how should I modify the PICS file? I didn&amp;#39;t find the relevant modifications&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;As a DUT, DUT is a &amp;quot;Lighting&amp;quot;, do I need to enable &amp;quot;Server&amp;quot;, it&amp;#39;s an optional property, can I not enable it?&lt;/p&gt;
&lt;p&gt;Do I need to configure it as a server in the program?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729584106585v3.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter，Test harness，When testing the UI-python project with the test harness, may encounter a failure message indicating a timeout.</title><link>https://devzone.nordicsemi.com/thread/507267?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 08:04:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6f01877-64d3-4818-8e5f-aa0172771b88</guid><dc:creator>DoubleAmaing</dc:creator><description>&lt;p&gt;Hello&lt;br /&gt;Thanks for the reply, I know the problem and solved it, but there are a lot of bugs in the UI-Python test, please help me again。&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp; I test &amp;quot;TC-IDM-10.4&amp;ldquo;，The error appears in &amp;quot;For every cluster present in the spec, for every feature in the cluster&amp;quot;。&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729582963762v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The error message is as follows：&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/TC_2D00_IDM_2D00_10_2D00_4_5F00_2024_5F00_10_5F00_22_5F00_15_5F00_37_5F00_52.log"&gt;devzone.nordicsemi.com/.../TC_2D00_IDM_2D00_10_2D00_4_5F00_2024_5F00_10_5F00_22_5F00_15_5F00_37_5F00_52.log&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;example：&lt;br /&gt;&amp;rdquo;Endpoint: 0, Cluster: 8 (0x08) LevelControl, Attribute:0 (0x00) problem: PICS LVL.S.A0000 found in PICS list, but not on device spec_location: [MatterTest] 10-22 07:39:16.198 INFO Problem: ProblemSeverity.ERROR test_name: PICS check location: Endpoint: 0, Cluster: 8 (0x08) LevelControl, Attribute:1 (0x01) problem: PICS LVL.S.A0001 found in PICS list, but not on device spec_location: [MatterTest] 10-22 07:39:16.199 INFO Problem:&amp;nbsp;&amp;ldquo;&lt;/p&gt;
&lt;p&gt;These commands are enabled on DUT, why do I get this error?？？？？？？？&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s what I read by command, it&amp;#39;s there： &amp;rdquo;./chip-tool levelcontrol read attribute-list 1 1&amp;ldquo;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729584046705v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;As a DUT, DUT is a &amp;quot;Lighting&amp;quot;, do I need to enable &amp;quot;Server&amp;quot;, it&amp;#39;s an optional property, can I not enable it?&lt;/p&gt;
&lt;p&gt;Do I need to configure it as a server in the program?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1729584106585v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter，Test harness，When testing the UI-python project with the test harness, may encounter a failure message indicating a timeout.</title><link>https://devzone.nordicsemi.com/thread/506517?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 12:37:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f16eaaff-ed51-4369-9556-6e0bd20eedbe</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Logs from the Python test are cut, or some of the logs are not captured, so I don&amp;#39;t know what the issue is with the logs.&lt;/p&gt;
&lt;p&gt;After running the test case, you can try to take the logs from the backend docker to have more information.&lt;/p&gt;
&lt;p&gt;to get the the logs let the client check the name of the backend docker &lt;code&gt;docker ps&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and get the logs &lt;code&gt;docker logs &amp;lt;name_of_backend_docker_conainter&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>