def list_tracks()

in pytest_rally/rally.py [0:0]


    def list_tracks(self,
                    *,
                    track_repository=None,
                    track_revision=None,
                    configuration_name=CONFIG_NAME,
                    cmdline=None):
        self.logger.info("Running command: [%s]", cmdline)
        return process.run_command_with_output(cmdline)