X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Ftools%2FRobot_Tool%2Flibraries%2FArpHandler.py;fp=test%2Ftools%2FRobot_Tool%2Flibraries%2FArpHandler.py;h=bbab7c63e850d37d92b4a6939275f49cbc92b279;hb=d6feedd7fe3918bbc570e822c90261626c683dcb;hp=aa0eb41895ace10d6dcc58ef888caa536edab9b4;hpb=f0df131d1a2604096a7e693b036ddd94ac4c05a6;p=integration%2Ftest.git diff --git a/test/tools/Robot_Tool/libraries/ArpHandler.py b/test/tools/Robot_Tool/libraries/ArpHandler.py index aa0eb41895..bbab7c63e8 100644 --- a/test/tools/Robot_Tool/libraries/ArpHandler.py +++ b/test/tools/Robot_Tool/libraries/ArpHandler.py @@ -7,7 +7,7 @@ Updated: 2013-11-01 import sys sys.path.append('..') -from restlib import * +from restlib import * # noqa from testmodule import TestModule sys.path.remove('..') @@ -16,7 +16,8 @@ sys.path.remove('..') class ArpHandler(TestModule): """ Test for the arp handler. - Start 2-layer tree topology network. e.g., in Mininet, run 'sudo mn --controller=remote,ip=127.0.0.1 --mac --topo tree,2' + Start 2-layer tree topology network. e.g., in Mininet, run + 'sudo mn --controller=remote,ip=127.0.0.1 --mac --topo tree,2' """ def __init__(self, restSubContext='/controller/nb/v2/subnetservice', user=DEFAULT_USER, password=DEFAULT_PWD, @@ -52,4 +53,4 @@ class ArpHandler(TestModule): if __name__ == '__main__': - print 'arp handler' \ No newline at end of file + print 'arp handler'