OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test_xml_oper.cc File Reference
#include <base/os.h>
#include <iostream>
#include <string>
#include <fstream>
#include <pugixml/pugixml.hpp>
#include <boost/uuid/uuid.hpp>
#include <test/test_cmn_util.h>
#include <pkt/test/test_pkt_util.h>
#include <net/tunnel_encap_type.h>
#include <pkt/flow_mgmt.h>
#include <oper/global_vrouter.h>
#include "test_xml.h"
#include "test_xml_oper.h"
#include "test_xml_validate.h"
#include "test_xml_packet.h"
Include dependency graph for test_xml_oper.cc:

Go to the source code of this file.

Functions

AgentUtXmlValidationNodeCreateValidateNode (const string &type, const string &name, const uuid &id, const xml_node &node)
 
AgentUtXmlNodeCreateNode (const string &type, const string &name, const uuid &id, const xml_node &node, AgentUtXmlTestCase *test_case)
 
void AgentUtXmlOperInit (AgentUtXmlTest *test)
 
static string DeviceTypeToString (VmInterface::DeviceType type)
 
static string VmiTypeToString (VmInterface::VmiType type)
 
static bool MatchFlowAction (FlowEntry *flow, const string &str)
 

Function Documentation

void AgentUtXmlOperInit ( AgentUtXmlTest test)

Definition at line 89 of file test_xml_oper.cc.

Here is the call graph for this function:

AgentUtXmlNode* CreateNode ( const string &  type,
const string &  name,
const uuid id,
const xml_node &  node,
AgentUtXmlTestCase test_case 
)

Definition at line 57 of file test_xml_oper.cc.

AgentUtXmlValidationNode* CreateValidateNode ( const string &  type,
const string &  name,
const uuid id,
const xml_node &  node 
)

Definition at line 26 of file test_xml_oper.cc.

static string DeviceTypeToString ( VmInterface::DeviceType  type)
static

Definition at line 1118 of file test_xml_oper.cc.

static bool MatchFlowAction ( FlowEntry flow,
const string &  str 
)
static

Definition at line 1365 of file test_xml_oper.cc.

Here is the call graph for this function:

static string VmiTypeToString ( VmInterface::VmiType  type)
static

Definition at line 1131 of file test_xml_oper.cc.