commit | 4c3d44b25f2d59c43642470cfffe6b1d3964c075 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Thu Oct 07 11:23:27 2021 -0700 |
committer | Jon Hall <jhall@ciena.com> | Thu Oct 07 11:23:27 2021 -0700 |
tree | 7235bdab33955f36a60b3d831bea81ecde9c9b9e | |
parent | d96c48a9e120c431a52d399c7317c81b23b52f87 [diff] |
Make SkipCase exception available to all drivers Change-Id: I77bc68910e73882f1ed907e3e42970881f8e3b17
diff --git a/TestON/core/teston.py b/TestON/core/teston.py index 5653ffe..c27388c 100644 --- a/TestON/core/teston.py +++ b/TestON/core/teston.py
@@ -74,6 +74,7 @@ __builtin__.main = self __builtin__.path = path __builtin__.utilities = Utilities() + __builtin__.SkipCase = SkipCase self.TRUE = 1 self.FALSE = 0 self.ERROR = -1