knows about the new plcapi interface about ipaddresses and routes
[tests.git] / system / TestApiserver.py
index 29bdebc..c5389f2 100644 (file)
@@ -12,6 +12,8 @@ server_methods = [ ('GetNodes' ,  []),
                    ('DeleteNode' , True),
                    ('UpdateNode' , True),
                    ('AddInterface' , True),
+                   ('AddIpAddress' , True),
+                   ('AddRoute' , True),
                    ('GetInterfaces' , True),
                    ('GetTagTypes' , []),
                    ('AddTagType' , True),