fb1e946853
Changed default database to sqlite Changed how solar_db config is defined Removed lupa from test-requirements Removed riak from requirements Testr uses :memory: sqlite Closes-Bug: #1526286 Change-Id: I709d19a192f800e9a67d9c7657f286ff0b343053
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
[DEFAULT]
|
|
test_command=SOLAR_DB="sqlite://" \
|
|
py.test ./solar --subunit $LISTOPT $IDOPTION
|
|
test_id_option=--subunit-load-list=$IDFILE
|
|
test_list_option=--collectonly
|