Remove clearing of main variable
- Fix typo in function name
Change-Id: I568dafe0a87fc194689a1c54de5c86f4fe3530d7
diff --git a/TestON/tests/FUNC/FUNCflow/FUNCflow.py b/TestON/tests/FUNC/FUNCflow/FUNCflow.py
index f161202..b7d2a1f 100644
--- a/TestON/tests/FUNC/FUNCflow/FUNCflow.py
+++ b/TestON/tests/FUNC/FUNCflow/FUNCflow.py
@@ -87,7 +87,7 @@
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCformCluster/FUNCformCluster.py b/TestON/tests/FUNC/FUNCformCluster/FUNCformCluster.py
index 2a1ecb4..ed7bf61 100644
--- a/TestON/tests/FUNC/FUNCformCluster/FUNCformCluster.py
+++ b/TestON/tests/FUNC/FUNCformCluster/FUNCformCluster.py
@@ -61,7 +61,7 @@
main.log.error( "The number of the nodes needs to be " + str( main.numNodes ) +
"\nExiting Test..." )
main.cleanAndExit()
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE1( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCgroup/FUNCgroup.py b/TestON/tests/FUNC/FUNCgroup/FUNCgroup.py
index 4a83581..96fb9bc 100644
--- a/TestON/tests/FUNC/FUNCgroup/FUNCgroup.py
+++ b/TestON/tests/FUNC/FUNCgroup/FUNCgroup.py
@@ -89,7 +89,7 @@
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCintent/FUNCintent.py b/TestON/tests/FUNC/FUNCintent/FUNCintent.py
index 6c12a4f..e02d10b 100644
--- a/TestON/tests/FUNC/FUNCintent/FUNCintent.py
+++ b/TestON/tests/FUNC/FUNCintent/FUNCintent.py
@@ -103,7 +103,7 @@
stepResult = main.testSetUp.envSetup()
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCintentRest/FUNCintentRest.py b/TestON/tests/FUNC/FUNCintentRest/FUNCintentRest.py
index 2ee7260..a5b88a5 100644
--- a/TestON/tests/FUNC/FUNCintentRest/FUNCintentRest.py
+++ b/TestON/tests/FUNC/FUNCintentRest/FUNCintentRest.py
@@ -97,7 +97,7 @@
stepResult = main.testSetUp.envSetup()
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCipv6Intent/FUNCipv6Intent.py b/TestON/tests/FUNC/FUNCipv6Intent/FUNCipv6Intent.py
index df19aed..9c5929a 100644
--- a/TestON/tests/FUNC/FUNCipv6Intent/FUNCipv6Intent.py
+++ b/TestON/tests/FUNC/FUNCipv6Intent/FUNCipv6Intent.py
@@ -82,7 +82,7 @@
stepResult = main.testSetUp.envSetup()
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCnetCfg/FUNCnetCfg.py b/TestON/tests/FUNC/FUNCnetCfg/FUNCnetCfg.py
index 733d5e5..4845974 100644
--- a/TestON/tests/FUNC/FUNCnetCfg/FUNCnetCfg.py
+++ b/TestON/tests/FUNC/FUNCnetCfg/FUNCnetCfg.py
@@ -68,7 +68,7 @@
stepResult = main.testSetUp.envSetup()
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py b/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py
index d374b15..d5f6e1f 100644
--- a/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py
+++ b/TestON/tests/FUNC/FUNCnetconf/FUNCnetconf.py
@@ -92,7 +92,7 @@
# direction="to" )
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCoptical/FUNCoptical.py b/TestON/tests/FUNC/FUNCoptical/FUNCoptical.py
index c688fba..d89c60e 100644
--- a/TestON/tests/FUNC/FUNCoptical/FUNCoptical.py
+++ b/TestON/tests/FUNC/FUNCoptical/FUNCoptical.py
@@ -68,7 +68,7 @@
stepResult = main.testSetUp.envSetup()
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
def CASE2( self, main ):
"""
diff --git a/TestON/tests/FUNC/FUNCovsdbtest/FUNCovsdbtest.py b/TestON/tests/FUNC/FUNCovsdbtest/FUNCovsdbtest.py
index 3aa7011..8e9ab46 100644
--- a/TestON/tests/FUNC/FUNCovsdbtest/FUNCovsdbtest.py
+++ b/TestON/tests/FUNC/FUNCovsdbtest/FUNCovsdbtest.py
@@ -76,7 +76,7 @@
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
cliResults = main.testSetUp.ONOSSetUp( main.Cluster, cellName=cellName,
mininetIp=main.OVSDB1 )
diff --git a/TestON/tests/FUNC/FUNCvirNetNB/FUNCvirNetNB.py b/TestON/tests/FUNC/FUNCvirNetNB/FUNCvirNetNB.py
index fe633f1..dd46f79 100644
--- a/TestON/tests/FUNC/FUNCvirNetNB/FUNCvirNetNB.py
+++ b/TestON/tests/FUNC/FUNCvirNetNB/FUNCvirNetNB.py
@@ -82,7 +82,7 @@
stepResult = main.testSetUp.envSetup()
except Exception as e:
main.testSetUp.envSetupException( e )
- main.testSetUp.evnSetupConclusion( stepResult )
+ main.testSetUp.envSetupConclusion( stepResult )
main.maxNodes = 1