make Honeynode and tox scripts BSD compatible 86/88486/4
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 18 Mar 2020 12:39:16 +0000 (13:39 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 19 Mar 2020 13:47:58 +0000 (14:47 +0100)
commitf7c30c15a03bfc9250476e225c615dad928b5129
tree11c3d302cfb8e8bdbb869659d5604f12a74c4805
parent04425a0c511b7ed0a1f601f5ceaa08b070f5f891
make Honeynode and tox scripts BSD compatible

- use a sed syntax compatible with both BSD and GNU versions
- replace /bin/bash by /bin/sh (regular bourne shell)
  make necessary adaptations for compatibility
- upgrade python psutils requirements to 5.6.7
  most BSD does not support earlier version with python 3.7

Co-authored-by: Shweta Vachhani <sv111y@att.com>
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I6d390cede8abbbd44f92554e7b0f164ae5c0b173
tests/buildHoneynode.sh
tests/honeynode/1.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce
tests/honeynode/2.2.1/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce
tests/requirements.txt
tests/transportpce_tests/1.2.1/test_utils.py
tests/transportpce_tests/2.2.1/test_utils.py
tox.ini