• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 16171372529 / 3 – service
74%
master: 74%

Build:
DEFAULT BRANCH: master
Ran 09 Jul 2025 02:02PM UTC
Files 386
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jul 2025 01:58PM UTC coverage: 88.484% (+0.002%) from 88.482%
service – 16171372529.3

push

github

web-flow
Fix unattended rmt (#2545)

## Problem

In unattended installation registration code cannot be omitted otherwise
registration of base product is skipped. Also RMT server url is not
converted when specified in autoyast profile.

bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1246069


## Solution

Fix both issues.


## Testing

Tested using following autoyast profile which also test omitting of
registration code:

```xml
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns"
	xmlns:config="http://www.suse.com/1.0/configns">
  <suse_register>
	  <do_registration config:type="boolean">true</do_registration>
	  <email>jreidinger@suse.com</email>
	  <reg_code></reg_code>
	  <reg_server>https://migration-rmt2.qe.nue2.suse.org</reg_server>
	  <reg_server_cert_fingerprint_type>SHA1</reg_server_cert_fingerprint_type>
	  <reg_server_cert_fingerprint>F6:7A:ED:BB:BC:94:CF:55:9D:B3:BA:74:7A:87:05:EF:67:4E:C2:DB</reg_server_cert_fingerprint>
  </suse_register>
  <software>
  <products config:type="list">
  <product>SLES</product>
  </products>
  </software>
  <users config:type="list">
	 <user>
	 <username>root</username>
	 <encrypted config:type="boolean">false</encrypted>
	 <user_password>linux</user_password>
	 </user>
  </users>
</profile>
```

11110 of 12556 relevant lines covered (88.48%)

59.81 hits per line

Source Files on job service - 16171372529.3
  • Tree
  • List 386
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16171372529
  • 91704e5b on github
  • Prev Job for on master (#16170277906.3)
  • Next Job for on master (#16171372542.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc