Skip to content

Commit

Permalink
always test tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jul 15, 2024
1 parent a2f1a56 commit 4162d53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unittest_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'test_katello.test_enabled_report',
'test_katello.test_packages',
'test_katello.test_repos',
'test_katello.test_tracer',
'test_katello.test_utils'
]

Expand All @@ -23,12 +24,9 @@
modules.append('zypper_plugins.test_enabled_repos_upload')
modules.append('zypper_plugins.test_package_upload')
modules.append('zypper_plugins.test_tracer_upload')
modules.append('test_katello.test_tracer')
modules.append('test_katello.test_tracer.test_zypper')
else:
modules.append('test_yum_plugins.test_enabled_repos_upload')

modules.append('test_katello.test_tracer')
modules.append('test_katello.test_tracer.test_deb')

map(__import__, modules)
Expand Down

0 comments on commit 4162d53

Please sign in to comment.