python tests: remove process 'Launch' message, now at osmoutil

Change-Id: Id8eb70ddfdc1d0d9f90aa5343a4ea522042c34ee
This commit is contained in:
Neels Hofmeyr 2017-02-24 19:58:13 +01:00
parent 8b24e9f203
commit 577a125652
3 changed files with 0 additions and 3 deletions

View File

@ -49,7 +49,6 @@ class TestCtrlBase(unittest.TestCase):
osmo_ctrl_cmd[cfi] = os.path.join(confpath, osmo_ctrl_cmd[cfi])
try:
print "Launch: %s from %s" % (' '.join(osmo_ctrl_cmd), os.getcwd())
self.proc = osmoutil.popen_devnull(osmo_ctrl_cmd)
except OSError:
print >> sys.stderr, "Current directory: %s" % os.getcwd()

View File

@ -43,7 +43,6 @@ class TestVTYBase(unittest.TestCase):
osmo_vty_cmd[cfi] = os.path.join(confpath, osmo_vty_cmd[cfi])
try:
print "Launch: %s from %s" % (' '.join(osmo_vty_cmd), os.getcwd())
self.proc = osmoutil.popen_devnull(osmo_vty_cmd)
except OSError:
print >> sys.stderr, "Current directory: %s" % os.getcwd()

View File

@ -45,7 +45,6 @@ class TestVTYBase(unittest.TestCase):
osmo_vty_cmd[cfi] = os.path.join(confpath, osmo_vty_cmd[cfi])
try:
print "Launch: %s from %s" % (' '.join(osmo_vty_cmd), os.getcwd())
self.proc = osmoutil.popen_devnull(osmo_vty_cmd)
except OSError:
print >> sys.stderr, "Current directory: %s" % os.getcwd()