Skip to content

Debugging ATTAs #10

@halindrome

Description

@halindrome

In the ATK ATTA, @joanmarie has included an argument processor that takes 3 arguments:

def get_cmdline_options():
parser = argparse.ArgumentParser()
parser.add_argument("--host", action="store")
parser.add_argument("--port", action="store")
parser.add_argument("--ignore-dependencies", action="store_true")
return vars(parser.parse_args())

I propose that we require that all ATTAs provide for a --debug option that, when enabled, logs all messages and AT API data so that it is possible to more easily analyze what the test is asking for, what is being seen, and how that is being interpreted by the ATTA.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions