The docker-compose file starts an OBS instance (on 15.0 atm) and runs the test suite in a test container (tumbleweed), so all tests run in an isolated environment accessing OBS at api:3000
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
[general]
|
|
apiurl = http://api:3000
|
|
cookiejar = /tmp/.osc_cookiejar-vcrhelpers
|
|
|
|
[http://api:3000]
|
|
user=Admin
|
|
pass=opensuse
|
|
|
|
[openSUSE:Factory]
|
|
overridden-by-local = local
|
|
|