From c97972501a6fbfd14344777261f7d65b0771b7dd Mon Sep 17 00:00:00 2001 From: Pavel Boyko Date: Mon, 16 Nov 2009 14:00:51 +0300 Subject: [PATCH] [aodv] examples/routing/aodv added to tested examples --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 95c4a631f..979eaeacd 100755 --- a/test.py +++ b/test.py @@ -114,6 +114,7 @@ example_tests = [ ("routing/simple-point-to-point-olsr", "True", "True"), ("routing/simple-routing-ping6", "True", "True"), ("routing/static-routing-slash32", "True", "True"), + ("routing/aodv", "True", "True"), ("stats/wifi-example-sim", "True", "True"),