commit | aa1d9b84ae6dba777c9097d463985fc57d353079 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Thu Jul 30 13:49:42 2020 -0700 |
committer | Jon Hall <jhall@ciena.com> | Thu Jul 30 13:49:42 2020 -0700 |
tree | 59d5b92b6caa63de573c5882ee2e1db22e12f919 | |
parent | f252790a47c1a28bd9753d0622caf3d03f0a9696 [diff] [blame] |
Remove clearing of main variable - Fix typo in function name Change-Id: I568dafe0a87fc194689a1c54de5c86f4fe3530d7
diff --git a/TestON/tests/HA/HAcontinuousStopNodes/HAcontinuousStopNodes.py b/TestON/tests/HA/HAcontinuousStopNodes/HAcontinuousStopNodes.py index 16ca659..284b196 100644 --- a/TestON/tests/HA/HAcontinuousStopNodes/HAcontinuousStopNodes.py +++ b/TestON/tests/HA/HAcontinuousStopNodes/HAcontinuousStopNodes.py
@@ -89,7 +89,7 @@ stepResult = main.testSetUp.envSetup( includeCaseDesc=False ) except Exception as e: main.testSetUp.envSetupException( e ) - main.testSetUp.evnSetupConclusion( stepResult ) + main.testSetUp.envSetupConclusion( stepResult ) applyFuncs = [ main.HA.removeKarafConsoleLogging, main.HA.customizeOnosGenPartitions, main.HA.copyBackupConfig ] applyArgs = [ None, None, None ]