Project

General

Profile

coordination #93501

Updated by okurz almost 3 years ago

## Observation 

 Unable to guess a value for <platform>. 
 Please use obs://<project>/<platform> 
 Example: obs://server:http/openSUSE_11.3 

 /usr/share/openqa/script/openqa-bootstrap --help also gives no clear example on how to do this. 

 ## Steps to reproduce 

 ``` 
 for i in http://download.opensuse.org/repositories/devel:openQA/openSUSE_Leap_15.3 https://download.opensuse.org/repositories/devel:/openQA:/Leap:/15.3/openSUSE_Leap_15.3/; do zypper ar -p 95 $i; done 
 zypper -n in openQA-bootstrap 
 /usr/share/openqa/script/openqa-bootstrap 
 ``` 

 ## Workaround 

 Install openQA manually following http://open.qa/docs/#_installation or try on a Tumbleweed machine without any additional repositories as this is also a setup that is automatically tested for each Tumbleweed snapshot.

Back