File tree Expand file tree Collapse file tree
resources/distros/buildroot/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ def id():
203203 "opensuse" openSUSE
204204 "amzn" Amazon Linux
205205 "arch" Arch Linux
206+ "buildroot" Buildroot
206207 "cloudlinux" CloudLinux OS
207208 "exherbo" Exherbo Linux
208209 "gentoo" GenToo Linux
Original file line number Diff line number Diff line change 1+ NAME=Buildroot
2+ VERSION=2022.02
3+ ID=buildroot
4+ VERSION_ID=2022.02
5+ PRETTY_NAME="Buildroot 2022.02"
Original file line number Diff line number Diff line change @@ -164,6 +164,17 @@ def test_arch_os_release(self):
164164 }
165165 self ._test_outcome (desired_outcome )
166166
167+ def test_buildroot_os_release (self ):
168+ desired_outcome = {
169+ "id" : "buildroot" ,
170+ "name" : "Buildroot" ,
171+ "pretty_name" : "Buildroot 2022.02" ,
172+ "version" : "2022.02" ,
173+ "pretty_version" : "2022.02" ,
174+ "best_version" : "2022.02" ,
175+ }
176+ self ._test_outcome (desired_outcome )
177+
167178 def test_kali_os_release (self ):
168179 desired_outcome = {
169180 "id" : "kali" ,
You can’t perform that action at this time.
0 commit comments