blob: 96adc68f4caafb51c34bf6ec63c1dddf59df77e9 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <title>TestON.drivers.common.api.controllerdriver</title>
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12 alink="#204080">
13<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15 bgcolor="#a0c0ff" cellspacing="0">
16 <tr valign="middle">
17 <!-- Home link -->
18 <th>&nbsp;&nbsp;&nbsp;<a
19 href="TestON-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21 <!-- Tree link -->
22 <th>&nbsp;&nbsp;&nbsp;<a
23 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
25 <!-- Index link -->
26 <th>&nbsp;&nbsp;&nbsp;<a
27 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29 <!-- Help link -->
30 <th>&nbsp;&nbsp;&nbsp;<a
31 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
33 <th class="navbar" width="100%"></th>
34 </tr>
35</table>
36<table width="100%" cellpadding="0" cellspacing="0">
37 <tr valign="top">
38 <td width="100%">
39 <span class="breadcrumbs">
40 <a href="TestON-module.html">Package&nbsp;TestON</a> ::
41 <a href="TestON.drivers-module.html">Package&nbsp;drivers</a> ::
42 <a href="TestON.drivers.common-module.html">Package&nbsp;common</a> ::
43 <a href="TestON.drivers.common.api-module.html">Package&nbsp;api</a> ::
44 Module&nbsp;controllerdriver
45 </span>
46 </td>
47 <td>
48 <table cellpadding="0" cellspacing="0">
49 <!-- hide/show private -->
50 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
51 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
52 <tr><td align="right"><span class="options"
53 >[<a href="frames.html" target="_top">frames</a
54 >]&nbsp;|&nbsp;<a href="TestON.drivers.common.api.controllerdriver-pysrc.html"
55 target="_top">no&nbsp;frames</a>]</span></td></tr>
56 </table>
57 </td>
58 </tr>
59</table>
60<h1 class="epydoc">Source Code for <a href="TestON.drivers.common.api.controllerdriver-module.html">Module TestON.drivers.common.api.controllerdriver</a></h1>
61<pre class="py-src">
62<a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment">#!/usr/bin/env python</tt> </tt>
63<a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-docstring">'''</tt> </tt>
64<a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring">Created on 29-Nov-2012 </tt> </tt>
65<a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
66<a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring">@author: Anil Kumar (anilkumar.s@paxterrasolutions.com) </tt> </tt>
67<a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring">'''</tt> </tt>
68<a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">sys</tt> </tt>
69<a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-name">sys</tt><tt class="py-op">.</tt><tt id="link-0" class="py-name" targets="Variable TestON.bin.cli.path=TestON.bin.cli-module.html#path,Variable TestON.core.teston.path=TestON.core.teston-module.html#path"><a title="TestON.bin.cli.path
70TestON.core.teston.path" class="py-name" href="#" onclick="return doclink('link-0', 'path', 'link-0');">path</a></tt><tt class="py-op">.</tt><tt class="py-name">append</tt><tt class="py-op">(</tt><tt class="py-string">"../"</tt><tt class="py-op">)</tt> </tt>
71<a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-1" class="py-name" targets="Package TestON.drivers=TestON.drivers-module.html"><a title="TestON.drivers" class="py-name" href="#" onclick="return doclink('link-1', 'drivers', 'link-1');">drivers</a></tt><tt class="py-op">.</tt><tt id="link-2" class="py-name" targets="Package TestON.drivers.common=TestON.drivers.common-module.html"><a title="TestON.drivers.common" class="py-name" href="#" onclick="return doclink('link-2', 'common', 'link-2');">common</a></tt><tt class="py-op">.</tt><tt class="py-name">apidriver</tt> <tt class="py-keyword">import</tt> <tt class="py-name">API</tt> </tt>
72<a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"> </tt>
73<a name="Controller"></a><div id="Controller-def"><a name="L11"></a><tt class="py-lineno">11</tt> <a class="py-toggle" href="#" id="Controller-toggle" onclick="return toggle('Controller');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="TestON.drivers.common.api.controllerdriver.Controller-class.html">Controller</a><tt class="py-op">(</tt><tt class="py-base-class">API</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
74</div><div id="Controller-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="Controller-expanded"><a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"> <tt class="py-comment"># The common functions for emulator included in emulatordriver</tt> </tt>
75<a name="Controller.__init__"></a><div id="Controller.__init__-def"><a name="L13"></a><tt class="py-lineno">13</tt> <a class="py-toggle" href="#" id="Controller.__init__-toggle" onclick="return toggle('Controller.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="TestON.drivers.common.api.controllerdriver.Controller-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
76</div><div id="Controller.__init__-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="Controller.__init__-expanded"><a name="L14"></a><tt class="py-lineno">14</tt> <tt class="py-line"> <tt class="py-name">super</tt><tt class="py-op">(</tt><tt class="py-name">API</tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt id="link-3" class="py-name" targets="Method TestON.bin.cli.CLI.__init__()=TestON.bin.cli.CLI-class.html#__init__,Method TestON.bin.cli.TestThread.__init__()=TestON.bin.cli.TestThread-class.html#__init__,Method TestON.bin.generatedriver.GenerateDriver.__init__()=TestON.bin.generatedriver.GenerateDriver-class.html#__init__,Method TestON.bin.updatedriver.UpdateDriver.__init__()=TestON.bin.updatedriver.UpdateDriver-class.html#__init__,Method TestON.bin.vyatta.Vyatta.__init__()=TestON.bin.vyatta.Vyatta-class.html#__init__,Method TestON.core.iniparser.iniparser.__init__()=TestON.core.iniparser.iniparser-class.html#__init__,Method TestON.core.openspeak.OpenSpeak.__init__()=TestON.core.openspeak.OpenSpeak-class.html#__init__,Method TestON.core.teston.TestON.__init__()=TestON.core.teston.TestON-class.html#__init__,Method TestON.core.testparser.TestParser.__init__()=TestON.core.testparser.TestParser-class.html#__init__,Method TestON.core.xmlparser.xmlparser.__init__()=TestON.core.xmlparser.xmlparser-class.html#__init__,Method TestON.drivers.common.api.controllerdriver.Controller.__init__()=TestON.drivers.common.api.controllerdriver.Controller-class.html#__init__,Method TestON.drivers.common.api.fvtapidriver.FvtApiDriver.__init__()=TestON.drivers.common.api.fvtapidriver.FvtApiDriver-class.html#__init__,Method TestON.drivers.common.cli.emulator.mininetclidriver.MininetCliDriver.__init__()=TestON.drivers.common.cli.emulator.mininetclidriver.MininetCliDriver-class.html#__init__,Method TestON.drivers.common.cli.emulator.poxclidriver.PoxCliDriver.__init__()=TestON.drivers.common.cli.emulator.poxclidriver.PoxCliDriver-class.html#__init__,Method TestON.drivers.common.cli.emulatordriver.Emulator.__init__()=TestON.drivers.common.cli.emulatordriver.Emulator-class.html#__init__,Method TestON.drivers.common.cli.remotesys.hpswitchdriver.HPSwitchDriver.__init__()=TestON.drivers.common.cli.remotesys.hpswitchdriver.HPSwitchDriver-class.html#__init__,Method TestON.drivers.common.cli.remotesysdriver.RemoteSysDriver.__init__()=TestON.drivers.common.cli.remotesysdriver.RemoteSysDriver-class.html#__init__,Method TestON.drivers.common.cli.tool.dpctlclidriver.DpctlCliDriver.__init__()=TestON.drivers.common.cli.tool.dpctlclidriver.DpctlCliDriver-class.html#__init__,Method TestON.drivers.common.cli.toolsdriver.Tools.__init__()=TestON.drivers.common.cli.toolsdriver.Tools-class.html#__init__,Method TestON.drivers.common.clidriver.CLI.__init__()=TestON.drivers.common.clidriver.CLI-class.html#__init__,Method TestON.drivers.common.webdriver.WebDriver.__init__()=TestON.drivers.common.webdriver.WebDriver-class.html#__init__,Method TestON.drivers.component.Component.__init__()=TestON.drivers.component.Component-class.html#__init__,Method TestON.examples.Assert.Assert.Assert.__init__()=TestON.examples.Assert.Assert.Assert-class.html#__init__,Method TestON.examples.CaseParams.CaseParams.CaseParams.__init__()=TestON.examples.CaseParams.CaseParams.CaseParams-class.html#__init__,Method TestON.examples.ExperimentTest.ExperimentTest.ExperimentTest.__init__()=TestON.examples.ExperimentTest.ExperimentTest.ExperimentTest-class.html#__init__,Method TestON.examples.StepParams.StepParams.StepParams.__init__()=TestON.examples.StepParams.StepParams.StepParams-class.html#__init__,Method TestON.examples.Topology.Topology.Topology.__init__()=TestON.examples.Topology.Topology.Topology-class.html#__init__,Method TestON.tests.DpctlTest.DpctlTest.DpctlTest.__init__()=TestON.tests.DpctlTest.DpctlTest.DpctlTest-class.html#__init__,Method TestON.tests.FvtTest.FvtTest.FvtTest.__init__()=TestON.tests.FvtTest.FvtTest.FvtTest-class.html#__init__,Method TestON.tests.HPSwitchTest.HPSwitchTest.HPSwitchTest.__init__()=TestON.tests.HPSwitchTest.HPSwitchTest.HPSwitchTest-class.html#__init__,Method TestON.tests.MininetTest.MininetTest.MininetTest.__init__()=TestON.tests.MininetTest.MininetTest.MininetTest-class.html#__init__,Method TestON.tests.PoxTest.PoxTest.PoxTest.__init__()=TestON.tests.PoxTest.PoxTest.PoxTest-class.html#__init__,Method TestON.tests.TicketBooking.TicketBooking.TicketBooking.__init__()=TestON.tests.TicketBooking.TicketBooking.TicketBooking-class.html#__init__,Method TestON.tests.VyattaTest.VyattaTest.VyattaTest.__init__()=TestON.tests.VyattaTest.VyattaTest.VyattaTest-class.html#__init__"><a title="TestON.bin.cli.CLI.__init__
77TestON.bin.cli.TestThread.__init__
78TestON.bin.generatedriver.GenerateDriver.__init__
79TestON.bin.updatedriver.UpdateDriver.__init__
80TestON.bin.vyatta.Vyatta.__init__
81TestON.core.iniparser.iniparser.__init__
82TestON.core.openspeak.OpenSpeak.__init__
83TestON.core.teston.TestON.__init__
84TestON.core.testparser.TestParser.__init__
85TestON.core.xmlparser.xmlparser.__init__
86TestON.drivers.common.api.controllerdriver.Controller.__init__
87TestON.drivers.common.api.fvtapidriver.FvtApiDriver.__init__
88TestON.drivers.common.cli.emulator.mininetclidriver.MininetCliDriver.__init__
89TestON.drivers.common.cli.emulator.poxclidriver.PoxCliDriver.__init__
90TestON.drivers.common.cli.emulatordriver.Emulator.__init__
91TestON.drivers.common.cli.remotesys.hpswitchdriver.HPSwitchDriver.__init__
92TestON.drivers.common.cli.remotesysdriver.RemoteSysDriver.__init__
93TestON.drivers.common.cli.tool.dpctlclidriver.DpctlCliDriver.__init__
94TestON.drivers.common.cli.toolsdriver.Tools.__init__
95TestON.drivers.common.clidriver.CLI.__init__
96TestON.drivers.common.webdriver.WebDriver.__init__
97TestON.drivers.component.Component.__init__
98TestON.examples.Assert.Assert.Assert.__init__
99TestON.examples.CaseParams.CaseParams.CaseParams.__init__
100TestON.examples.ExperimentTest.ExperimentTest.ExperimentTest.__init__
101TestON.examples.StepParams.StepParams.StepParams.__init__
102TestON.examples.Topology.Topology.Topology.__init__
103TestON.tests.DpctlTest.DpctlTest.DpctlTest.__init__
104TestON.tests.FvtTest.FvtTest.FvtTest.__init__
105TestON.tests.HPSwitchTest.HPSwitchTest.HPSwitchTest.__init__
106TestON.tests.MininetTest.MininetTest.MininetTest.__init__
107TestON.tests.PoxTest.PoxTest.PoxTest.__init__
108TestON.tests.TicketBooking.TicketBooking.TicketBooking.__init__
109TestON.tests.VyattaTest.VyattaTest.VyattaTest.__init__" class="py-name" href="#" onclick="return doclink('link-3', '__init__', 'link-3');">__init__</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
110</div></div><a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"> </tt><script type="text/javascript">
111<!--
112expandto(location.href);
113// -->
114</script>
115</pre>
116<br />
117<!-- ==================== NAVIGATION BAR ==================== -->
118<table class="navbar" border="0" width="100%" cellpadding="0"
119 bgcolor="#a0c0ff" cellspacing="0">
120 <tr valign="middle">
121 <!-- Home link -->
122 <th>&nbsp;&nbsp;&nbsp;<a
123 href="TestON-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
124
125 <!-- Tree link -->
126 <th>&nbsp;&nbsp;&nbsp;<a
127 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
128
129 <!-- Index link -->
130 <th>&nbsp;&nbsp;&nbsp;<a
131 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
132
133 <!-- Help link -->
134 <th>&nbsp;&nbsp;&nbsp;<a
135 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
136
137 <th class="navbar" width="100%"></th>
138 </tr>
139</table>
140<table border="0" cellpadding="0" cellspacing="0" width="100%%">
141 <tr>
142 <td align="left" class="footer">
143 Generated by Epydoc 3.0.1 on Mon Mar 11 12:56:26 2013
144 </td>
145 <td align="right" class="footer">
146 <a target="mainFrame" href="http://epydoc.sourceforge.net"
147 >http://epydoc.sourceforge.net</a>
148 </td>
149 </tr>
150</table>
151
152<script type="text/javascript">
153 <!--
154 // Private objects are initially displayed (because if
155 // javascript is turned off then we want them to be
156 // visible); but by default, we want to hide them. So hide
157 // them unless we have a cookie that says to show them.
158 checkCookie();
159 // -->
160</script>
161</body>
162</html>