buildtest.cli.inspect

This module implements methods for buildtest inspect command that can be used to retrieve test record from report file in JSON format.

Module Contents

Functions

inspect_buildspec(report, input_buildspecs, all_records)

This method implements command buildtest inspect buildspec

inspect_by_id(report, args)

This method implements buildtest inspect id command

inspect_by_name(report, names, all_records)

Implements command buildtest inspect name which will print all test records

inspect_cmd(args)

Entry point for buildtest inspect command

inspect_list(report, terse=None, header=None)

Implements method buildtest inspect list

inspect_query(report, args)

Entry point for buildtest inspect query command.

buildtest.cli.inspect.inspect_buildspec(report, input_buildspecs, all_records)

This method implements command buildtest inspect buildspec

buildtest.cli.inspect.inspect_by_id(report, args)

This method implements buildtest inspect id command

buildtest.cli.inspect.inspect_by_name(report, names, all_records)

Implements command buildtest inspect name which will print all test records by given name in JSON format.

buildtest.cli.inspect.inspect_cmd(args)

Entry point for buildtest inspect command

buildtest.cli.inspect.inspect_list(report, terse=None, header=None)

Implements method buildtest inspect list

buildtest.cli.inspect.inspect_query(report, args)

Entry point for buildtest inspect query command.