-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The test are order dependent, because authentication sets TRIVIAL-OPENSTACK:*OPENSTACK-KEYSTONE*, and the other tests effectively use it (because TRIVIAL-OPENSTACK:GET-PUBLIC-URL uses it). So running any of the other tests before running authentication gets an error.
Can be fixed by making the other tests depend on authentication, for example:
(test (server-api :depends-on authentication)
...
Metadata
Metadata
Assignees
Labels
No labels