debian-koji-osbuild/test
Ondřej Budai 039fc6b618 test/builder: drop misleading quotes from config
configparser treats quotes literally:

client_id = "koji"

translates to the following python string:

'"koji"'

This doesn't matter in the test because the oauth mock from osbuild-composer
actually ignores the credentials and return the token in every case.

But if you want to take this config as an example, you will probably put the
credentials automatically inside the quotes which will not work because a real
oauth server will refuse the client ID surrounded by quotes.

Note that .conf works different than .toml:

TOML requires to have strings in quotes. Yeah, consistency. 🤷
2022-03-23 17:53:30 +01:00
..
container test/builder: drop misleading quotes from config 2022-03-23 17:53:30 +01:00
data test: switch to using oauth/sso 2022-02-02 13:33:21 +01:00
integration plugins: support for repo package sets 2022-02-15 17:35:29 +01:00
unit builder: use correct secret when fetching token 2022-03-23 15:21:48 +01:00
action.yml test: add github test environment action 2020-09-12 16:00:54 +02:00
build-container.sh test: match container version to host 2020-11-19 11:22:54 +00:00
copy-creds.sh test: move to koji-osbuild-tests package 2020-11-19 09:28:28 +01:00
Dockerfile test: replace docker.io with fedora's registry 2020-11-22 23:53:38 +01:00
entrypoint.sh test: use "bash" for entrypoint.sh 2020-09-17 19:53:06 +02:00
integration.sh test: switch to using oauth/sso 2022-02-02 13:33:21 +01:00
make-certs.sh test: move to koji-osbuild-tests package 2020-11-19 09:28:28 +01:00
make-tags.sh test: integration tests adapt to the host 2022-01-31 15:55:26 +01:00
run-builder.sh test: copy the plugin in the run scripts 2020-11-19 11:22:54 +00:00
run-koji-container.sh test/integration: define podman network gateway manually 2020-12-16 15:32:28 +01:00
run-openid.sh test: add helper script to run openid server 2022-02-02 13:33:21 +01:00