diff --git a/README.md b/README.md index febde744..d650fcc9 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ or in upgrade tests). It uploads `/var/log` in `post_fail_hook()`. It provides t ### New test development workflow -1. Select test from [phabricator page](https://phab.qadevel.cloud.fedoraproject.org/w/openqa/tests/). +1. Select test from [phabricator page](https://phab.qa.fedoraproject.org/w/openqa/tests/). 2. Put each part of your test as a separate file into `tests/` directory, reimplementing `run()` method and `test_flags()` method, inheriting from one of the classes mentioned above. 3. Set correct variables (so that all test parts you have made are executed) in [WebUI -> Test suites](https://localhost:8080/admin/test_suites). @@ -136,7 +136,7 @@ and `test_flags()` method, inheriting from one of the classes mentioned above. 8. Add new Test suite and Test case into [`conf_test_suites.py`](https://bitbucket.org/rajcze/openqa_fedora_tools/src/develop/tools/openqa_trigger/conf_test_suites.py) file in openqa_fedora_tools repository. 9. Open differential request via phabricator, set openqa_fedora as a project and repository. -10. Mark your test in [phabricator page](https://phab.qadevel.cloud.fedoraproject.org/w/openqa/tests/) as done. +10. Mark your test in [phabricator page](https://phab.qa.fedoraproject.org/w/openqa/tests/) as done. ### Language handling