mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 63d2ada2f5
			
		
	
	
		63d2ada2f5
		
	
	
	
	
		
			
			Add some basic test for rocker to test L2/L3/L4 functionality. Requires an external test environment, simp, located here: https://github.com/scottfeldman/simp To run tests, simp environment must be installed and a suitable VM image built and installed with a Linux 3.18 (or greater) kernel with rocker driver support enabled. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Message-id: 1426306173-24884-8-git-send-email-sfeldma@gmail.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| graph G {
 | |
| 	graph [hostidtype="hostname", version="1:0", date="04/12/2013"];
 | |
| 	edge [dir=none, notify="log"];
 | |
| 	sw1:swp1 -- h1:swp1;
 | |
| 	sw1:swp2 -- h2:swp1;
 | |
| 	sw1:swp3 -- h3:swp1;
 | |
| 	sw1:swp4 -- h4:swp1;
 | |
| }
 |