#include "base/os.h"
#include <iostream>
#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 <pkt/flow_mgmt.h>
#include "test_xml.h"
#include "test_xml_validate.h"
 
Go to the source code of this file.
◆ CheckValidateNode()
  
  
      
        
          | static bool CheckValidateNode  | 
          ( | 
          const string &  | 
          node_name,  | 
         
        
           | 
           | 
          const xml_node &  | 
          node,  | 
         
        
           | 
           | 
          string *  | 
          name  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ CheckValidateNodeWithUuid()
  
  
      
        
          | static bool CheckValidateNodeWithUuid  | 
          ( | 
          const string &  | 
          node_name,  | 
         
        
           | 
           | 
          const xml_node &  | 
          node,  | 
         
        
           | 
           | 
          uuid *  | 
          id,  | 
         
        
           | 
           | 
          string *  | 
          name  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   |