SimpleNetworkRecipe

class lnst.Recipes.ENRT.SimpleNetworkRecipe.SimpleNetworkRecipe(**kwargs)

Bases: CommonHWSubConfigMixin, OffloadSubConfigMixin, BaseSimpleNetworkRecipe, BaremetalEnrtRecipe

This recipe implements Enrt testing for a simple network scenario that looks as follows

            +--------+
     +------+ switch +-----+
     |      +--------+     |
  +--+-+                 +-+--+
+-|eth0|-+             +-|eth0|-+
| +----+ |             | +----+ |
| host1  |             | host2  |
+--------+             +--------+

All sub configurations are included via Mixin classes.

The actual test machinery is implemented in the BaseEnrtRecipe class.