# check allowedMethods plugins output console,textFile output config textFile set fileName output-w3af.txt set verbose True back output config console set verbose False back discovery allowedMethods back target set target http://localhost/w3af/ back start assert len( kb.kb.getData('allowedMethods', 'methods') ) == 1 assert len( kb.kb.getData('allowedMethods', 'dav-methods') ) == 0 exit