removed creation of old deploy file
This commit is contained in:
parent
4649563664
commit
79af4a6f8d
1 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@ from core.netns import nodes
|
|||
from core.sdt import Sdt
|
||||
from core.service import CoreServices
|
||||
from core.xml import corexml, corexmldeployment
|
||||
from core.xml.xmlsession import save_session_xml
|
||||
|
||||
|
||||
class Session(object):
|
||||
|
@ -385,7 +384,6 @@ class Session(object):
|
|||
xml_writer = corexml.CoreXmlWriter(self)
|
||||
corexmldeployment.CoreXmlDeployment(self, xml_writer.scenario)
|
||||
xml_writer.write(xml_file_name)
|
||||
save_session_xml(self, xml_file_name + ".old", xml_file_version)
|
||||
|
||||
def get_environment(self, state=True):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue