Skip to content

Commit

Permalink
add test case for finding NoCloud on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
igalic committed Oct 30, 2020
1 parent 213ac17 commit a53e001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unittests/test_ds_identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ def test_bobrightbox_is_not_brightbox(self):
"""EC2: bobrightbox.com in product_serial is not brightbox'"""
self._test_ds_not_found('Ec2-brightbox-negative')

def test_freebsd_nocloud(self):
"""NoCloud identified on FreeBSD via label by geom."""
self._test_ds_found('NoCloud-fbsd')

def test_gce_by_product_name(self):
"""GCE identifies itself with product_name."""
self._test_ds_found('GCE')
Expand Down

0 comments on commit a53e001

Please sign in to comment.