adding TestON
diff --git a/TestON/config/.svn/entries b/TestON/config/.svn/entries
new file mode 100644
index 0000000..bb8f272
--- /dev/null
+++ b/TestON/config/.svn/entries
@@ -0,0 +1,69 @@
+9
+
+dir
+73
+svn://192.168.150.61/OpenFlow/config
+svn://192.168.150.61/OpenFlow
+
+
+
+2013-01-07T18:54:40.548127Z
+73
+paxterra
+
+
+svn:special svn:externals svn:needs-lock
+
+
+
+
+
+
+
+
+
+
+
+8b1d8634-a80c-44fc-ab7b-cc53e6f68013
+
+
+
+
+
+
+0
+
+ofa.cfg
+file
+
+
+
+
+2013-01-07T17:34:17.000000Z
+c1dc43392d0d91ee088ff3c89bf17234
+2013-01-07T18:54:40.548127Z
+73
+paxterra
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+271
+
diff --git a/TestON/config/.svn/format b/TestON/config/.svn/format
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/TestON/config/.svn/format
@@ -0,0 +1 @@
+9
diff --git a/TestON/config/.svn/text-base/ofa.cfg.svn-base b/TestON/config/.svn/text-base/ofa.cfg.svn-base
new file mode 100644
index 0000000..9a4ef5f
--- /dev/null
+++ b/TestON/config/.svn/text-base/ofa.cfg.svn-base
@@ -0,0 +1,11 @@
+<config>
+
+ <parser> /home/paxterra/Documents/AptanaWorkspace/OpenFlowAutomation/core/xmlparser.py </parser>
+ <parser_class>xmlparser</parser_class>
+ <mail_to></mail_to>
+
+ <logger_class>/home/openflow/OpenFlowAutomation/core/logger</logger_class>
+
+</config>
+
+
diff --git a/TestON/config/generatedriver.cfg b/TestON/config/generatedriver.cfg
new file mode 100644
index 0000000..db0576a
--- /dev/null
+++ b/TestON/config/generatedriver.cfg
@@ -0,0 +1,23 @@
+<device>
+ <Vyatta>
+ <user_name> vyatta </user_name>
+ <ip_address>192.168.56.81</ip_address>
+ <password> vyatta </password>
+ <help_keyword>?</help_keyword>
+ <interrupt_key> C </interrupt_key>
+ <command_search_regex> "" </command_search_regex>
+ <command> 'show interfaces','set interfaces ethernet' </command>
+ <end_pattern> Enter </end_pattern>
+ </Vyatta>
+
+ <Netgear>
+ <user_name> Paxterra </user_name>
+ <ip_address>10.254.1.253</ip_address>
+ <password> 0nLab_gu3st </password>
+ <help_keyword>?</help_keyword>
+ <interrupt_key> C </interrupt_key>
+ <command_search_regex> "" </command_search_regex>
+ <command> 'config show interfaces' </command>
+ <end_pattern> Enter </end_pattern>
+ </Netgear>
+</device>
\ No newline at end of file
diff --git a/TestON/config/generatedriver.cfg.bak b/TestON/config/generatedriver.cfg.bak
new file mode 100644
index 0000000..800d291
--- /dev/null
+++ b/TestON/config/generatedriver.cfg.bak
@@ -0,0 +1,12 @@
+<device>
+ <Pronto>
+ <user_name> root </user_name>
+ <ip_address>10.128.0.61</ip_address>
+ <password> OpenFlow </password>
+ <help_keyword>\t</help_keyword>
+ <interrupt_key> C </interrupt_key>
+ <command_search_regex> "" </command_search_regex>
+ <command> 'cli' </command>
+ <end_pattern> Enter </end_pattern>
+ </Pronto>
+</device>
diff --git a/TestON/config/teston.cfg b/TestON/config/teston.cfg
new file mode 100644
index 0000000..ccec9ea
--- /dev/null
+++ b/TestON/config/teston.cfg
@@ -0,0 +1,19 @@
+<config>
+
+ <parser>
+ <file>/home/paxterra/Documents/AptanaWorkspace/TestON/core/xmlparser.py </file>
+ <class>xmlparser</class>
+ </parser>
+ <mail_to></mail_to>
+
+ <logger>
+ <file>/home/paxterra/Documents/AptanaWorkspace/TestON/core/logger.py </file>
+ <class>Logger</class>
+ </logger>
+
+ <responseparser>
+ <file>/home/paxterra/Documents/AptanaWorkspace/TestON/core/jsonparser.py </file>
+ <class>JsonParser</class>
+ </responseparser>
+</config>
+
diff --git a/TestON/config/updatedriver.cfg b/TestON/config/updatedriver.cfg
new file mode 100644
index 0000000..fb713a8
--- /dev/null
+++ b/TestON/config/updatedriver.cfg
@@ -0,0 +1,52 @@
+<config-driver>
+ <importTypes>
+ <fvtdriver>
+ <modules>
+ <module1>
+ <name>testutils</name>
+ <path> /home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/tests/testutils</path>
+ <set-path> /home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/tests,/home/paxterra/Desktop/AptanaWorkSpace//TestON/lib/flowvisor-test/src/python/ </set-path>
+ <methods>
+ <ignore-list>tearDownFakeDevices,chkSwitchStats</ignore-list>
+ </methods>
+ </module1>
+ <module2>
+ <name>templatetest</name>
+ <path>/home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/tests/templatetest</path>
+ <set-path>/home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/tests,/home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/src/python/ </set-path>
+ <classes>
+ <TemplateTest>
+ <methods>
+ </methods>
+ </TemplateTest>
+ </classes>
+ </module2>
+ </modules>
+ </fvtdriver>
+ <fvtadd>
+ <driver-path>/home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/updatedriver/</driver-path>
+ <modules>
+ <module1>
+ <name>testutils</name>
+ <path>/home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/tests/testutils</path>
+ <set-path>/home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/tests,/home/paxterra/Desktop/AptanaWorkSpace/TestON/lib/flowvisor-test/src/python/ </set-path>
+ <methods>
+ <add-list>tearDownFakeDevices,chkSwitchStats,chkSetUpCondition</add-list>
+ </methods>
+ </module1>
+ <module2>
+ <name>templatetest</name>
+ <path>/home/openflow/TestON/lib/flowvisor-test/tests/templatetest</path>
+ <set-path>/home/openflow/TestON/lib/flowvisor-test/tests,/home/openflow/TestON/lib/flowvisor-test/src/python/ </set-path>
+ <classes>
+ <TemplateTest>
+ <methods>
+ </methods>
+ </TemplateTest>
+ </classes>
+ </module2>
+ </modules>
+ </fvtadd>
+ </importTypes>
+
+</config-driver>