Update tests.yml

Change upstream repo URL and remove 389-ds-base-legacy-tools package
that is no longer present.
This commit is contained in:
Viktor Ashirov 2022-06-02 10:03:30 +02:00
parent e34784505a
commit 0853e355f9

View File

@ -2,7 +2,7 @@
- hosts: localhost
remote_user: root
vars:
ds_repo_url: https://pagure.io/389-ds-base.git
ds_repo_url: https://github.com/389ds/389-ds-base.git
ds_repo_dir: ds
ds_tests: "{{ ds_repo_dir }}/dirsrvtests/tests"
pytest: py.test-3
@ -24,4 +24,3 @@
- python3-pytest
- 389-ds-base
- 389-ds-base-snmp
- 389-ds-base-legacy-tools