From 823b8294539f2e55db09795a7fff03d7be6b6346 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 5 Jan 2016 15:22:22 +0200 Subject: move regression to trex-core slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11 --- scripts/automation/regression/interfaces_e.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/automation/regression/interfaces_e.py (limited to 'scripts/automation/regression/interfaces_e.py') diff --git a/scripts/automation/regression/interfaces_e.py b/scripts/automation/regression/interfaces_e.py new file mode 100755 index 00000000..15301623 --- /dev/null +++ b/scripts/automation/regression/interfaces_e.py @@ -0,0 +1,8 @@ +#!/router/bin/python + +import outer_packages +from enum import Enum + + +# define the states in which a T-Rex can hold during its lifetime +IFType = Enum('IFType', 'Client Server All') -- cgit 1.2.3-korg