Package TestON :: Package drivers :: Package common :: Package api :: Module fvtapidriver
[hide private]
[frames] | no frames]

Module fvtapidriver

source code


Created on 26-Oct-2012

author:: Anil Kumar ( anilkumar.s@paxterrasolutions.com )


    TestON is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    ( at your option ) any later version.

    TestON is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with TestON.  If not, see <http://www.gnu.org/licenses/>.


fvtapidriver is the basic driver which will handle the fvtapidriver functions

Classes [hide private]
  FvtApiDriver
Functions [hide private]
 
test_set_init(config)
Set up function for basic test classes config: The configuration dictionary; see fvt
source code
Variables [hide private]
  config_default = {"param": None, "fv_cmd": "/home/openflow/flo...
Variables Details [hide private]

config_default

Value:
{"param": None, "fv_cmd": "/home/openflow/flowvisor/scripts/flowvisor.\
sh", "platform": "local", "controller_host": "127.0.0.1", "controller_\
port": 6633, "timeout": 3, "port_count": 4, "base_of_port": 1, "base_i\
f_index": 1, "test_spec": "all", "test_dir": ".", "log_file": "/home/o\
penflow/fvt.log", "list": False, "debug": "debug", "dbg_level": loggin\
g.DEBUG, "port_map": {}, "test_params": "None"}