admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 1 | <?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.core.xmlparser</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> <a |
| 19 | href="TestON-module.html">Home</a> </th> |
| 20 | |
| 21 | <!-- Tree link --> |
| 22 | <th> <a |
| 23 | href="module-tree.html">Trees</a> </th> |
| 24 | |
| 25 | <!-- Index link --> |
| 26 | <th> <a |
| 27 | href="identifier-index.html">Indices</a> </th> |
| 28 | |
| 29 | <!-- Help link --> |
| 30 | <th> <a |
| 31 | href="help.html">Help</a> </th> |
| 32 | |
Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 33 | <!-- Project homepage --> |
| 34 | <th class="navbar" align="right" width="100%"> |
| 35 | <table border="0" cellpadding="0" cellspacing="0"> |
| 36 | <tr><th class="navbar" align="center" |
| 37 | >TestON</th> |
| 38 | </tr></table></th> |
admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 39 | </tr> |
| 40 | </table> |
| 41 | <table width="100%" cellpadding="0" cellspacing="0"> |
| 42 | <tr valign="top"> |
| 43 | <td width="100%"> |
| 44 | <span class="breadcrumbs"> |
| 45 | <a href="TestON-module.html">Package TestON</a> :: |
| 46 | <a href="TestON.core-module.html">Package core</a> :: |
| 47 | Module xmlparser |
| 48 | </span> |
| 49 | </td> |
| 50 | <td> |
| 51 | <table cellpadding="0" cellspacing="0"> |
| 52 | <!-- hide/show private --> |
| 53 | <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 54 | onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 55 | <tr><td align="right"><span class="options" |
| 56 | >[<a href="frames.html" target="_top">frames</a |
| 57 | >] | <a href="TestON.core.xmlparser-pysrc.html" |
| 58 | target="_top">no frames</a>]</span></td></tr> |
| 59 | </table> |
| 60 | </td> |
| 61 | </tr> |
| 62 | </table> |
| 63 | <h1 class="epydoc">Source Code for <a href="TestON.core.xmlparser-module.html">Module TestON.core.xmlparser</a></h1> |
| 64 | <pre class="py-src"> |
| 65 | <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment">#/usr/bin/env python</tt> </tt> |
| 66 | <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-docstring">'''</tt> </tt> |
| 67 | <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring">Created on 07-Jan-2013</tt> </tt> |
Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 68 | <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> |
admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 69 | <a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring">@author: Raghav Kashyap(raghavkashyap@paxterrasolutions.com)</tt> </tt> |
Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 70 | <a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> |
| 71 | <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring"> TestON is free software: you can redistribute it and/or modify</tt> </tt> |
| 72 | <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-docstring"> it under the terms of the GNU General Public License as published by</tt> </tt> |
| 73 | <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-docstring"> the Free Software Foundation, either version 2 of the License, or</tt> </tt> |
| 74 | <a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"><tt class="py-docstring"> (at your option) any later version.</tt> </tt> |
| 75 | <a name="L11"></a><tt class="py-lineno">11</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> |
| 76 | <a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"><tt class="py-docstring"> TestON is distributed in the hope that it will be useful,</tt> </tt> |
| 77 | <a name="L13"></a><tt class="py-lineno">13</tt> <tt class="py-line"><tt class="py-docstring"> but WITHOUT ANY WARRANTY; without even the implied warranty of</tt> </tt> |
| 78 | <a name="L14"></a><tt class="py-lineno">14</tt> <tt class="py-line"><tt class="py-docstring"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</tt> </tt> |
| 79 | <a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"><tt class="py-docstring"> GNU General Public License for more details.</tt> </tt> |
| 80 | <a name="L16"></a><tt class="py-lineno">16</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> |
| 81 | <a name="L17"></a><tt class="py-lineno">17</tt> <tt class="py-line"><tt class="py-docstring"> You should have received a copy of the GNU General Public License</tt> </tt> |
| 82 | <a name="L18"></a><tt class="py-lineno">18</tt> <tt class="py-line"><tt class="py-docstring"> along with TestON. If not, see <http://www.gnu.org/licenses/>.</tt> </tt> |
| 83 | <a name="L19"></a><tt class="py-lineno">19</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> |
| 84 | <a name="L20"></a><tt class="py-lineno">20</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt> |
| 85 | <a name="L21"></a><tt class="py-lineno">21</tt> <tt class="py-line"><tt class="py-docstring">'''</tt> </tt> |
| 86 | <a name="L22"></a><tt class="py-lineno">22</tt> <tt class="py-line"> </tt> |
| 87 | <a name="L23"></a><tt class="py-lineno">23</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt id="link-0" class="py-name" targets="Module TestON.core.xmldict=TestON.core.xmldict-module.html"><a title="TestON.core.xmldict" class="py-name" href="#" onclick="return doclink('link-0', 'xmldict', 'link-0');">xmldict</a></tt> </tt> |
| 88 | <a name="L24"></a><tt class="py-lineno">24</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">re</tt> </tt> |
| 89 | <a name="L25"></a><tt class="py-lineno">25</tt> <tt class="py-line"> </tt> |
| 90 | <a name="xmlparser"></a><div id="xmlparser-def"><a name="L26"></a><tt class="py-lineno">26</tt> <a class="py-toggle" href="#" id="xmlparser-toggle" onclick="return toggle('xmlparser');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="TestON.core.xmlparser.xmlparser-class.html">xmlparser</a> <tt class="py-op">:</tt> </tt> |
| 91 | </div><div id="xmlparser-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="xmlparser-expanded"><a name="L27"></a><tt class="py-lineno">27</tt> <tt class="py-line"> </tt> |
| 92 | <a name="xmlparser.__init__"></a><div id="xmlparser.__init__-def"><a name="L28"></a><tt class="py-lineno">28</tt> <a class="py-toggle" href="#" id="xmlparser.__init__-toggle" onclick="return toggle('xmlparser.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="TestON.core.xmlparser.xmlparser-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> |
| 93 | </div><div id="xmlparser.__init__-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="xmlparser.__init__-expanded"><a name="L29"></a><tt class="py-lineno">29</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-1" class="py-name" targets="Method TestON.bin.cli.CLI.default()=TestON.bin.cli.CLI-class.html#default"><a title="TestON.bin.cli.CLI.default" class="py-name" href="#" onclick="return doclink('link-1', 'default', 'link-1');">default</a></tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt> |
| 94 | </div><a name="L30"></a><tt class="py-lineno">30</tt> <tt class="py-line"> </tt> |
| 95 | <a name="xmlparser.parse"></a><div id="xmlparser.parse-def"><a name="L31"></a><tt class="py-lineno">31</tt> <a class="py-toggle" href="#" id="xmlparser.parse-toggle" onclick="return toggle('xmlparser.parse');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="TestON.core.xmlparser.xmlparser-class.html#parse">parse</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt><tt class="py-param">fileName</tt><tt class="py-op">)</tt> <tt class="py-op">:</tt> </tt> |
| 96 | </div><div id="xmlparser.parse-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="xmlparser.parse-expanded"><a name="L32"></a><tt class="py-lineno">32</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt> |
| 97 | <a name="L33"></a><tt class="py-lineno">33</tt> <tt class="py-line"><tt class="py-docstring"> This will parse the params or topo or cfg file and return content in the file as Dictionary</tt> </tt> |
| 98 | <a name="L34"></a><tt class="py-lineno">34</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt> |
| 99 | <a name="L35"></a><tt class="py-lineno">35</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fileName</tt> <tt class="py-op">=</tt> <tt class="py-name">fileName</tt> </tt> |
| 100 | <a name="L36"></a><tt class="py-lineno">36</tt> <tt class="py-line"> <tt class="py-name">matchFileName</tt> <tt class="py-op">=</tt> <tt class="py-name">re</tt><tt class="py-op">.</tt><tt class="py-name">match</tt><tt class="py-op">(</tt><tt class="py-string">r'(.*)\.(params|topo|cfg)'</tt><tt class="py-op">,</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt class="py-name">fileName</tt><tt class="py-op">,</tt> <tt class="py-name">re</tt><tt class="py-op">.</tt><tt class="py-name">M</tt> <tt class="py-op">|</tt> <tt class="py-name">re</tt><tt class="py-op">.</tt><tt class="py-name">I</tt><tt class="py-op">)</tt> </tt> |
| 101 | <a name="L37"></a><tt class="py-lineno">37</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">matchFileName</tt><tt class="py-op">:</tt> </tt> |
| 102 | <a name="L38"></a><tt class="py-lineno">38</tt> <tt class="py-line"> <tt class="py-name">xml</tt> <tt class="py-op">=</tt> <tt class="py-name">open</tt><tt class="py-op">(</tt><tt class="py-name">fileName</tt><tt class="py-op">)</tt><tt class="py-op">.</tt><tt class="py-name">read</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt> |
| 103 | <a name="L39"></a><tt class="py-lineno">39</tt> <tt class="py-line"> <tt class="py-keyword">try</tt> <tt class="py-op">:</tt> </tt> |
| 104 | <a name="L40"></a><tt class="py-lineno">40</tt> <tt class="py-line"> <tt class="py-name">parsedInfo</tt> <tt class="py-op">=</tt> <tt id="link-2" class="py-name"><a title="TestON.core.xmldict" class="py-name" href="#" onclick="return doclink('link-2', 'xmldict', 'link-0');">xmldict</a></tt><tt class="py-op">.</tt><tt id="link-3" class="py-name" targets="Function TestON.core.xmldict.xml_to_dict()=TestON.core.xmldict-module.html#xml_to_dict"><a title="TestON.core.xmldict.xml_to_dict" class="py-name" href="#" onclick="return doclink('link-3', 'xml_to_dict', 'link-3');">xml_to_dict</a></tt><tt class="py-op">(</tt><tt class="py-name">xml</tt><tt class="py-op">)</tt> </tt> |
| 105 | <a name="L41"></a><tt class="py-lineno">41</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">parsedInfo</tt> </tt> |
| 106 | <a name="L42"></a><tt class="py-lineno">42</tt> <tt class="py-line"> <tt class="py-keyword">except</tt> <tt class="py-name">Exception</tt><tt class="py-op">:</tt> </tt> |
| 107 | <a name="L43"></a><tt class="py-lineno">43</tt> <tt class="py-line"> <tt class="py-keyword">print</tt> <tt class="py-string">"There is no such file to parse "</tt> <tt class="py-op">+</tt> <tt class="py-name">fileName</tt> </tt> |
| 108 | <a name="L44"></a><tt class="py-lineno">44</tt> <tt class="py-line"> <tt class="py-keyword">else</tt> <tt class="py-op">:</tt> </tt> |
| 109 | <a name="L45"></a><tt class="py-lineno">45</tt> <tt class="py-line"> <tt class="py-keyword">print</tt> <tt class="py-string">"file name is not correct"</tt> </tt> |
| 110 | </div><a name="L46"></a><tt class="py-lineno">46</tt> <tt class="py-line"> </tt> |
| 111 | <a name="xmlparser.parseParams"></a><div id="xmlparser.parseParams-def"><a name="L47"></a><tt class="py-lineno">47</tt> <a class="py-toggle" href="#" id="xmlparser.parseParams-toggle" onclick="return toggle('xmlparser.parseParams');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="TestON.core.xmlparser.xmlparser-class.html#parseParams">parseParams</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt><tt class="py-param">paramsPath</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> |
| 112 | </div><div id="xmlparser.parseParams-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="xmlparser.parseParams-expanded"><a name="L48"></a><tt class="py-lineno">48</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt> |
| 113 | <a name="L49"></a><tt class="py-lineno">49</tt> <tt class="py-line"><tt class="py-docstring"> It will take the params file path and will return the params dictionary</tt> </tt> |
| 114 | <a name="L50"></a><tt class="py-lineno">50</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt> |
| 115 | <a name="L51"></a><tt class="py-lineno">51</tt> <tt class="py-line"> <tt class="py-name">paramsPath</tt> <tt class="py-op">=</tt> <tt class="py-name">re</tt><tt class="py-op">.</tt><tt class="py-name">sub</tt><tt class="py-op">(</tt><tt class="py-string">"\."</tt><tt class="py-op">,</tt><tt class="py-string">"/"</tt><tt class="py-op">,</tt><tt class="py-name">paramsPath</tt><tt class="py-op">)</tt> </tt> |
| 116 | <a name="L52"></a><tt class="py-lineno">52</tt> <tt class="py-line"> <tt class="py-name">paramsPath</tt> <tt class="py-op">=</tt> <tt class="py-name">re</tt><tt class="py-op">.</tt><tt class="py-name">sub</tt><tt class="py-op">(</tt><tt class="py-string">"tests|examples"</tt><tt class="py-op">,</tt><tt class="py-string">""</tt><tt class="py-op">,</tt><tt class="py-name">paramsPath</tt><tt class="py-op">)</tt> </tt> |
| 117 | <a name="L53"></a><tt class="py-lineno">53</tt> <tt class="py-line"> <tt class="py-name">params</tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-4" class="py-name" targets="Function TestON.core.ast.parse()=TestON.core.ast-module.html#parse,Method TestON.core.iniparser.iniparser.parse()=TestON.core.iniparser.iniparser-class.html#parse,Method TestON.core.xmlparser.xmlparser.parse()=TestON.core.xmlparser.xmlparser-class.html#parse"><a title="TestON.core.ast.parse |
admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 118 | TestON.core.iniparser.iniparser.parse |
Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 119 | TestON.core.xmlparser.xmlparser.parse" class="py-name" href="#" onclick="return doclink('link-4', 'parse', 'link-4');">parse</a></tt><tt class="py-op">(</tt><tt class="py-name">main</tt><tt class="py-op">.</tt><tt id="link-5" class="py-name" targets="Variable TestON.bin.cli.tests_path=TestON.bin.cli-module.html#tests_path,Variable TestON.core.teston.tests_path=TestON.core.teston-module.html#tests_path"><a title="TestON.bin.cli.tests_path |
| 120 | TestON.core.teston.tests_path" class="py-name" href="#" onclick="return doclink('link-5', 'tests_path', 'link-5');">tests_path</a></tt><tt class="py-op">+</tt><tt class="py-name">paramsPath</tt><tt class="py-op">+</tt><tt class="py-string">".params"</tt><tt class="py-op">)</tt> </tt> |
| 121 | <a name="L54"></a><tt class="py-lineno">54</tt> <tt class="py-line"> <tt class="py-name">paramsAsString</tt> <tt class="py-op">=</tt> <tt class="py-name">str</tt><tt class="py-op">(</tt><tt class="py-name">params</tt><tt class="py-op">)</tt> </tt> |
| 122 | <a name="L55"></a><tt class="py-lineno">55</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">eval</tt><tt class="py-op">(</tt><tt class="py-name">paramsAsString</tt><tt class="py-op">)</tt> </tt> |
| 123 | </div><a name="L56"></a><tt class="py-lineno">56</tt> <tt class="py-line"> </tt> |
| 124 | <a name="xmlparser.parseTopology"></a><div id="xmlparser.parseTopology-def"><a name="L57"></a><tt class="py-lineno">57</tt> <a class="py-toggle" href="#" id="xmlparser.parseTopology-toggle" onclick="return toggle('xmlparser.parseTopology');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="TestON.core.xmlparser.xmlparser-class.html#parseTopology">parseTopology</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt><tt class="py-param">topologyPath</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> |
| 125 | </div><div id="xmlparser.parseTopology-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="xmlparser.parseTopology-expanded"><a name="L58"></a><tt class="py-lineno">58</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt> |
| 126 | <a name="L59"></a><tt class="py-lineno">59</tt> <tt class="py-line"><tt class="py-docstring"> It will take topology file path and will return topology dictionary</tt> </tt> |
| 127 | <a name="L60"></a><tt class="py-lineno">60</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt> |
| 128 | <a name="L61"></a><tt class="py-lineno">61</tt> <tt class="py-line"> <tt class="py-name">topologyPath</tt> <tt class="py-op">=</tt> <tt class="py-name">re</tt><tt class="py-op">.</tt><tt class="py-name">sub</tt><tt class="py-op">(</tt><tt class="py-string">"\."</tt><tt class="py-op">,</tt><tt class="py-string">"/"</tt><tt class="py-op">,</tt><tt class="py-name">topologyPath</tt><tt class="py-op">)</tt> </tt> |
| 129 | <a name="L62"></a><tt class="py-lineno">62</tt> <tt class="py-line"> <tt class="py-name">topologyPath</tt> <tt class="py-op">=</tt> <tt class="py-name">re</tt><tt class="py-op">.</tt><tt class="py-name">sub</tt><tt class="py-op">(</tt><tt class="py-string">"tests|examples"</tt><tt class="py-op">,</tt><tt class="py-string">""</tt><tt class="py-op">,</tt><tt class="py-name">topologyPath</tt><tt class="py-op">)</tt> </tt> |
| 130 | <a name="L63"></a><tt class="py-lineno">63</tt> <tt class="py-line"> <tt class="py-comment">#topology = self.parse(main.tests_path+"/"+topologyPath+".topo")</tt> </tt> |
| 131 | <a name="L64"></a><tt class="py-lineno">64</tt> <tt class="py-line"> <tt id="link-6" class="py-name" targets="Method TestON.drivers.common.api.controller.onosrestdriver.OnosRestDriver.topology()=TestON.drivers.common.api.controller.onosrestdriver.OnosRestDriver-class.html#topology,Method TestON.drivers.common.cli.onosclidriver.OnosCliDriver.topology()=TestON.drivers.common.cli.onosclidriver.OnosCliDriver-class.html#topology"><a title="TestON.drivers.common.api.controller.onosrestdriver.OnosRestDriver.topology |
| 132 | TestON.drivers.common.cli.onosclidriver.OnosCliDriver.topology" class="py-name" href="#" onclick="return doclink('link-6', 'topology', 'link-6');">topology</a></tt> <tt class="py-op">=</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-7" class="py-name"><a title="TestON.core.ast.parse |
admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 133 | TestON.core.iniparser.iniparser.parse |
Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 134 | TestON.core.xmlparser.xmlparser.parse" class="py-name" href="#" onclick="return doclink('link-7', 'parse', 'link-4');">parse</a></tt><tt class="py-op">(</tt><tt class="py-name">main</tt><tt class="py-op">.</tt><tt id="link-8" class="py-name"><a title="TestON.bin.cli.tests_path |
| 135 | TestON.core.teston.tests_path" class="py-name" href="#" onclick="return doclink('link-8', 'tests_path', 'link-5');">tests_path</a></tt><tt class="py-op">+</tt><tt class="py-name">topologyPath</tt><tt class="py-op">+</tt><tt class="py-string">".topo"</tt><tt class="py-op">)</tt> </tt> |
| 136 | <a name="L65"></a><tt class="py-lineno">65</tt> <tt class="py-line"> <tt class="py-name">topoAsString</tt> <tt class="py-op">=</tt> <tt class="py-name">str</tt><tt class="py-op">(</tt><tt id="link-9" class="py-name"><a title="TestON.drivers.common.api.controller.onosrestdriver.OnosRestDriver.topology |
| 137 | TestON.drivers.common.cli.onosclidriver.OnosCliDriver.topology" class="py-name" href="#" onclick="return doclink('link-9', 'topology', 'link-6');">topology</a></tt><tt class="py-op">)</tt> </tt> |
| 138 | <a name="L66"></a><tt class="py-lineno">66</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">eval</tt><tt class="py-op">(</tt><tt class="py-name">topoAsString</tt><tt class="py-op">)</tt> </tt> |
| 139 | </div></div><a name="L67"></a><tt class="py-lineno">67</tt> <tt class="py-line"> </tt><script type="text/javascript"> |
admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 140 | <!-- |
| 141 | expandto(location.href); |
| 142 | // --> |
| 143 | </script> |
| 144 | </pre> |
| 145 | <br /> |
| 146 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 147 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 148 | bgcolor="#a0c0ff" cellspacing="0"> |
| 149 | <tr valign="middle"> |
| 150 | <!-- Home link --> |
| 151 | <th> <a |
| 152 | href="TestON-module.html">Home</a> </th> |
| 153 | |
| 154 | <!-- Tree link --> |
| 155 | <th> <a |
| 156 | href="module-tree.html">Trees</a> </th> |
| 157 | |
| 158 | <!-- Index link --> |
| 159 | <th> <a |
| 160 | href="identifier-index.html">Indices</a> </th> |
| 161 | |
| 162 | <!-- Help link --> |
| 163 | <th> <a |
| 164 | href="help.html">Help</a> </th> |
| 165 | |
Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 166 | <!-- Project homepage --> |
| 167 | <th class="navbar" align="right" width="100%"> |
| 168 | <table border="0" cellpadding="0" cellspacing="0"> |
| 169 | <tr><th class="navbar" align="center" |
| 170 | >TestON</th> |
| 171 | </tr></table></th> |
admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 172 | </tr> |
| 173 | </table> |
| 174 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 175 | <tr> |
| 176 | <td align="left" class="footer"> |
Jon Hall | a1cdd89 | 2015-08-10 13:36:28 -0700 | [diff] [blame] | 177 | Generated by Epydoc 3.0.1 on Mon Aug 10 11:12:36 2015 |
admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 178 | </td> |
| 179 | <td align="right" class="footer"> |
| 180 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 181 | >http://epydoc.sourceforge.net</a> |
| 182 | </td> |
| 183 | </tr> |
| 184 | </table> |
| 185 | |
| 186 | <script type="text/javascript"> |
| 187 | <!-- |
| 188 | // Private objects are initially displayed (because if |
| 189 | // javascript is turned off then we want them to be |
| 190 | // visible); but by default, we want to hide them. So hide |
| 191 | // them unless we have a cookie that says to show them. |
| 192 | checkCookie(); |
| 193 | // --> |
| 194 | </script> |
| 195 | </body> |
| 196 | </html> |