Skip to content

Commit

Permalink
Recipes/ENRT/BaremetalEnrtRecipe.py: inherit UseVfsMixin
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Tluka <[email protected]>
  • Loading branch information
jtluka committed Aug 6, 2024
1 parent f5611ed commit 6c349e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lnst/Recipes/ENRT/BaremetalEnrtRecipe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from lnst.Recipes.ENRT.BaseEnrtRecipe import BaseEnrtRecipe
from lnst.Recipes.ENRT.UseVfsMixin import UseVfsMixin
from lnst.Recipes.ENRT.PerfTestMixins import CommonPerfTestTweakMixin
from lnst.Recipes.ENRT.ConfigMixins.DisableTurboboostMixin import (
DisableTurboboostMixin,
Expand Down Expand Up @@ -55,6 +56,7 @@ def disable_turboboost_host_list(self):


class BaremetalEnrtRecipe(
UseVfsMixin,
BaremetalEnrtCommonMixins,
BaremetalEnrtMeasurementGenerators,
BaseEnrtRecipe,
Expand Down

0 comments on commit 6c349e8

Please sign in to comment.