You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Stops the process via <code>t.Cleanup</code> β no manual teardown needed</li>
2004
2004
<li><code>router.Config()</code> returns the <code>ZENOH_CONFIG_OVERRIDE</code>-format string for Go contexts</li>
2005
2005
<li><code>getROS2Env(router)</code> returns env vars for ROS 2 processes: <code>RMW_IMPLEMENTATION=rmw_zenoh_cpp</code> and the matching <code>ZENOH_CONFIG_OVERRIDE</code></li>
2006
-
<li><code>rustEnv(router)</code> returns env vars for Rust hiroz processes: <code>ROSZ_CONFIG_OVERRIDE</code> pointing at the test router</li>
2006
+
<li><code>rustEnv(router)</code> returns env vars for Rust hiroz processes: <code>ZENOH_CONFIG_OVERRIDE</code> pointing at the test router</li>
2007
2007
</ul>
2008
2008
<p><strong>Availability checks</strong> run before tests that need external tools:</p>
<p><strong>How Rust processes are configured:</strong><code>ZContextBuilder</code> in the Rust examples reads <code>ROSZ_CONFIG_OVERRIDE</code> (same <code>key=value;key=value</code> format as <code>ZENOH_CONFIG_OVERRIDE</code> for rmw) and applies those keys on top of the default ROS session config. The test injects this variable to point the Rust process at the per-test router.</p>
2124
+
<p><strong>How Rust processes are configured:</strong><code>ZContextBuilder</code> in the Rust examples reads <code>ZENOH_CONFIG_OVERRIDE</code> (same <code>key=value;key=value</code> format as <code>ZENOH_CONFIG_OVERRIDE</code> for rmw) and applies those keys on top of the default ROS session config. The test injects this variable to point the Rust process at the per-test router.</p>
2125
2125
<h2id="adding-a-new-integration-test">Adding a New Integration Test<aclass="headerlink" href="#adding-a-new-integration-test" title="Permanent link">¶</a></h2>
2126
2126
<p>Create or add to a <code>_test.go</code> file in <code>crates/hiroz-go/interop_tests/</code>. Add the build tag at the top:</p>
0 commit comments