OpenSDN source code
|
#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"
Go to the source code of this file.
Functions | |
AgentUtXmlValidationNode * | CreateValidateNode (const string &type, const string &name, const uuid &id, const xml_node &node) |
AgentUtXmlNode * | CreateNode (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) |
void AgentUtXmlOperInit | ( | AgentUtXmlTest * | test | ) |
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 |
Definition at line 1118 of file test_xml_oper.cc.
|
static |
|
static |
Definition at line 1131 of file test_xml_oper.cc.