summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index df69cd5fc3..15530b2fcd 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -9802,12 +9802,12 @@
9802 <listitem><para><emphasis>Be sure your host's firewall 9802 <listitem><para><emphasis>Be sure your host's firewall
9803 accepts incoming connections from 9803 accepts incoming connections from
9804 192.168.7.0/24:</emphasis> 9804 192.168.7.0/24:</emphasis>
9805 Some of the tests (in particular dnf tests) start 9805 Some of the tests (in particular DNF tests) start
9806 an HTTP server on a random high number port, 9806 an HTTP server on a random high number port,
9807 which is used to serve files to the target. 9807 which is used to serve files to the target.
9808 The DNF module serves 9808 The DNF module serves
9809 <filename>${WORKDIR}/oe-rootfs-repo</filename> 9809 <filename>${WORKDIR}/oe-rootfs-repo</filename>
9810 so it can run dnf channel commands. 9810 so it can run DNF channel commands.
9811 That means your host's firewall 9811 That means your host's firewall
9812 must accept incoming connections from 192.168.7.0/24, 9812 must accept incoming connections from 192.168.7.0/24,
9813 which is the default IP range used for tap devices 9813 which is the default IP range used for tap devices
@@ -10506,7 +10506,7 @@
10506 </para></listitem> 10506 </para></listitem>
10507 <listitem><para><emphasis><filename>server_ip</filename>:</emphasis> 10507 <listitem><para><emphasis><filename>server_ip</filename>:</emphasis>
10508 The host's IP address, which is 10508 The host's IP address, which is
10509 usually used by the "dnf" test 10509 usually used by the DNF test
10510 suite. 10510 suite.
10511 </para></listitem> 10511 </para></listitem>
10512 <listitem><para><emphasis><filename>run(cmd, timeout=None)</filename>:</emphasis> 10512 <listitem><para><emphasis><filename>run(cmd, timeout=None)</filename>:</emphasis>