make Honeynode and tox scripts BSD compatible 97/89197/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 18 Mar 2020 12:39:16 +0000 (13:39 +0100)
committerChristophe Betoule <christophe.betoule@orange.com>
Tue, 21 Apr 2020 07:55:48 +0000 (09:55 +0200)
commit4d3ca89f3a28102941b979b932a1826bed72adb7
tree7b4d55e0fe896fa742bd89682335d9eb24d220d4
parent0847f6353b75bac5a76e2ac2251eb3dba42d7697
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