Project

General

Profile

Actions

action #90038

closed

coordination #127031: [saga][epic] openQA for SUSE customers

coordination #80150: [epic] Scale out openQA: Easier openQA setup

Better error handling when reading API key+secret from ~/.config/openqa/client.conf

Added by okurz about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
Feature requests
Target version:
Start date:
2021-03-12
Due date:
% Done:

0%

Estimated time:

Description

Observation

With a file like ~/.config/openqa/client.conf with slightly incorrect format and names used because the user does not know any better:

[openqa.opensuse.org]
apikey = FOO
apisecret = BAR
$ openqa-clone-job --skip-chained-deps --within-instance https://openqa.opensuse.org/tests/1234
Use of uninitialized value $val in substitution (s///) at /usr/share/openqa/script/../lib/OpenQA/UserAgent.pm line 46.
Use of uninitialized value $val in substitution (s///) at /usr/share/openqa/script/../lib/OpenQA/UserAgent.pm line 46.
Failed to create job: "{\"error\":\"no api key\",\"error_status\":403}" at /usr/bin/openqa-clone-job line 304.

Acceptance criteria

  • AC1: No low-level perl warnings on incorrect usage or user mistakes
  • AC2: There is help accessible from command line explaining the right format for the config file
  • AC3: More helpful error message

Related issues 1 (0 open1 closed)

Related to openQA Project - action #81890: Extend help for openQA client config, e.g. mention the environment variable OPENQA_CONFIGResolvedmkittler2021-01-08

Actions
Actions #1

Updated by mkittler about 3 years ago

  • Status changed from Workable to In Progress
  • Assignee set to mkittler
Actions #3

Updated by mkittler about 3 years ago

  • Status changed from In Progress to Resolved

The PR has been merged.

Actions #4

Updated by okurz about 2 years ago

  • Related to action #81890: Extend help for openQA client config, e.g. mention the environment variable OPENQA_CONFIG added
Actions

Also available in: Atom PDF