Use threads for fw setup and cleanup 10/19810/6
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Fri, 24 May 2019 08:58:52 +0000 (10:58 +0200)
committerPeter Mikus <pmikus@cisco.com>
Tue, 28 May 2019 13:59:12 +0000 (13:59 +0000)
commitcf64b95272442e47a2d0fe7eed89b4e99c1f6bb5
treee4436b9aaa592dad024abc56ff5cd287717734e4
parent66d62a7020a69f7a7c4d274b7bdd9e91de41aa1a
Use threads for fw setup and cleanup

Using multiprocessing sometimes causes scp to hang when copying files.
Threading is also more lightweight.

Change-Id: I047b4835bbf1584c80469b27af5394d89087e8a9
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
resources/libraries/python/SetupFramework.py