[test suite] corrected PUYA test. added erase/build/flash for all chips. preparations for full automatic hardware regression testing

This commit is contained in:
Edwin Eefting
2018-02-21 02:44:57 +01:00
parent 78997b4329
commit cdbc2498c1
9 changed files with 113 additions and 19 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Configure node 0, controller 1 as domoticz mqtt:
"""
return(docs)
parser = argparse.ArgumentParser(description='ESPEasy testing framework', epilog=get_epilog(), formatter_class=argparse.RawDescriptionHelpFormatter)
parser = argparse.ArgumentParser(description='ESPEasy testing CLI', epilog=get_epilog(), formatter_class=argparse.RawDescriptionHelpFormatter)
# parser.add_argument('--url', default='http://localhost:8080/rpc', help='url of rpc server to connect to. default: %(default)s')
# parser.add_argument('--user', default=None, help='user to login.')