removed some not needed test printouts for lwm2m regression test

This commit is contained in:
Joakim Eriksson 2017-11-30 09:53:09 +01:00 committed by Niclas Finne
parent 63643042e1
commit 032bf31a1d
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ print "Code:", r.getCode(), r.getCode().getName() == "CONTENT"
print "Objects: ", client.links
print "Read Manufacturer => ", client.read("3/0/0")
print "Read Device => ", client.readTLV("3/0/")
print "Write Manufacturer => ", client.write(3, 0, 0, "abc")
print "Exe Manufacturer => ", client.execute("3/0/0")
suite = unittest.TestLoader().loadTestsFromTestCase(TestDevice)
unittest.TextTestRunner(verbosity=2).run(suite)