mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 10:50:11 +01:00
contrib/rh-bkr: change configuration file setup by bkr.py's job template
We want to reserve configuration-files "90-*" and larger for the tests themselves. So, place our config file at "85-".
This commit is contained in:
parent
91762c38b1
commit
25ee2f0de6
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ sed -i -e 's/^ *\(Storage\|SystemMaxUse\|RateLimitBurst\|RateLimitInterval\)=.*/
|
|||
/etc/systemd/journald.conf ;
|
||||
|
||||
mkdir -p /etc/NetworkManager/conf.d/
|
||||
cat >/etc/NetworkManager/conf.d/99-test.conf <<EOF
|
||||
cat >/etc/NetworkManager/conf.d/85-beaker-test-setup.conf <<EOF
|
||||
[main]
|
||||
debug=$CONF_DEBUG
|
||||
dhcp=$CONF_DHCP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue