Read environment variables in Constants.py 24/21824/6
authorVratko Polak <vrpolak@cisco.com>
Thu, 5 Sep 2019 14:15:19 +0000 (16:15 +0200)
committerVratko Polak <vrpolak@cisco.com>
Fri, 6 Sep 2019 08:46:09 +0000 (08:46 +0000)
commite310a40eab90bb5ecd8471dbbccc1d02daf2dea3
tree7d5e8d06d52d8942243ef8a0926e04a651b43ef4
parent1c77031813057a50781784fc8e34019805d222b8
Read environment variables in Constants.py

Instead of using EnsureGlobalVariable,
which is clunky to use from Python.

As a consequence, all caps variables from Constants.py are used directly
and tests/__init__.robot and robot_enhancements.robot are deleted.

+ Rename the CRC global kill switch based on ci-man review.

Change-Id: I10723792475bc83352bf8c3b7f7946ecf885a194
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/python/Constants.py
resources/libraries/python/PapiExecutor.py
resources/libraries/python/VppApiCrc.py
resources/libraries/robot/performance/performance_utils.robot
resources/libraries/robot/robot_enhancements.robot [deleted file]
resources/libraries/robot/shared/container.robot
resources/libraries/robot/shared/memif.robot
resources/libraries/robot/shared/test_teardown.robot
tests/__init__.robot [deleted file]