diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-06-21 18:26:26 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-06-21 18:26:26 +0200 |
commit | 065313317117200ae456d1462be8af7898c5302e (patch) | |
tree | f2d2b29d2960a4ad6dbd9eb08891a6bf3d58d100 /resources/libraries/python | |
parent | 6871d4e7f6ed43ce0bb003cb08e88b2581a474eb (diff) |
Allow 9000b tests for AVF
See https://gerrit.fd.io/r/20148
Change-Id: I22856b14e3608348f2ccecb1d99d87209db2d776
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/autogen/Regenerator.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index c8cb9c0d02..ee387e1c4f 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -118,10 +118,6 @@ class Regenerator(object): if "vic1385" in iface: # Not supported in HW. emit = False - if "avf" in suite_id: - # Not supported by AVF driver. - # https://git.fd.io/vpp/tree/src/plugins/avf/README.md - emit = False if "-16vm2t-" in suite_id or "-16dcr2t-" in suite_id: if kwargs["phy_cores"] > 3: # CSIT lab only has 28 (physical) core processors, |