[Xorp-cvs] XORP cvs commit: xorp/tests xorp/tests/bgp

Atanu Ghosh atanu@icir.org
Fri, 7 Apr 2006 05:13:09 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-04-07 05:13:09 UTC

XORP CVS repository


Added files:
	tests         README install_templates.sh test_builddir.py 
	              test_call_xrl.py test_process.py test_start.py 
	              test_xorpsh.py 
	tests/bgp     test_bgp_config.py test_unh1.py 

Log message:
	Initial test framework that uses the rtrmgr to start the XORP
	processes and the xorpsh to configure the router.
	
	Should allow better testing of protocol and policy interactions as
	well xorpsh testing.

Revision  Changes    Path
1.1       +22 -0     xorp/tests/README (new)
1.1       +269 -0    xorp/tests/bgp/test_bgp_config.py (new)
1.1       +271 -0    xorp/tests/bgp/test_unh1.py (new)
1.1       +78 -0     xorp/tests/install_templates.sh (new)
1.1       +34 -0     xorp/tests/test_builddir.py (new)
1.1       +43 -0     xorp/tests/test_call_xrl.py (new)
1.1       +65 -0     xorp/tests/test_process.py (new)
1.1       +95 -0     xorp/tests/test_start.py (new)
1.1       +47 -0     xorp/tests/test_xorpsh.py (new)