summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-02-05 10:45:42 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-05 19:04:07 +0100
commit092b2b5ada3e688aa4d6eccdb2ac22057c05bc49 (patch)
treee683f2743c4078cd463b4539f824b843469a4e0d /support
parentcc84a0dac6ef1a09503991aa5a16c9c996271ed3 (diff)
downloadbuildroot-092b2b5ada3e688aa4d6eccdb2ac22057c05bc49.tar.gz
buildroot-092b2b5ada3e688aa4d6eccdb2ac22057c05bc49.zip
support/testing: test_dropbear.py: drop ssh port forward to the host
It is not used and may conflict with other services running on port 2222 on the host machine. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support')
-rw-r--r--support/testing/tests/package/test_dropbear.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/testing/tests/package/test_dropbear.py b/support/testing/tests/package/test_dropbear.py
index ad0f89316c..bfec8701f2 100644
--- a/support/testing/tests/package/test_dropbear.py
+++ b/support/testing/tests/package/test_dropbear.py
@@ -21,7 +21,7 @@ class TestDropbear(infra.basetest.BRTest):
kernel="builtin",
options=["-initrd", img,
"-net", "nic",
- "-net", "user,hostfwd=tcp::2222-:22"])
+ "-net", "user"])
self.emulator.login(self.passwd)
cmd = "netstat -ltn 2>/dev/null | grep 0.0.0.0:22"
_, exit_code = self.emulator.run(cmd)
OpenPOWER on IntegriCloud