https://github.com/profanity-im/openqa-profanity-testsuite
https://github.com/profanity-im/openqa-profanity-testsuite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/profanity-im/openqa-profanity-testsuite
- Owner: profanity-im
- License: gpl-2.0
- Created: 2019-06-27T15:20:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T07:33:08.000Z (about 7 years ago)
- Last Synced: 2025-01-14T04:44:55.011Z (over 1 year ago)
- Language: Perl
- Size: 147 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# profanity openQA test suite
Based on the [os-autoinst-distri-example](https://github.com/os-autoinst/os-autoinst-distri-example) template.
This project was started during [Hackweek 18](https://hackweek.suse.com/18/projects/write-openqa-testsuite-for-profanity) at SUSE.
## Installation
Please follow the openQA [installation guide](http://open.qa/docs/#installing) to install it.
Then clone this repo to `/var/lib/openqa/tests/openqa-profanity-testsuite`:
```
cd /var/lib/openqa/tests
git clone https://github.com/profanity-im/openqa-profanity-testsuite
```
## Running the test
For now we clone existing jobs from openSUSE.
Go to https://openqa.opensuse.org/tests/973501#next_previous and click on *latest job for this scenario*.
Then read *Results for 973501* where 973501 will be a different number.
Use this number to clone the job:
```
openqa-clone-job --skip-chained-deps --host http://localhost/ --from https://openqa.opensuse.org --show-progress 973501 TEST=proftest DISTRI=openqa-profanity
```
Navigate to http://localhost/tests to see the test results.