X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=0afbf87ac04a357386647e5d1c2b6f7d69bc09d7;hb=refs%2Fchanges%2F39%2F24739%2F1;hp=f615b8767fe04b2edd89749a1f5f387484fa00a4;hpb=99991cf36c125f15c231af61eda5bfa33a2adc78;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index f615b8767f..0afbf87ac0 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1341,6 +1341,8 @@ def _generate_url(testbed, test_name): nic = u"vic1385" elif u"x553" in test_name: nic = u"x553" + elif u"cx556" in test_name or u"cx556a" in test_name: + nic = u"cx556a" else: nic = u"" @@ -1373,11 +1375,15 @@ def _generate_url(testbed, test_name): cores = u"4t4c" elif u"2t1c" in test_name or \ (u"-1c-" in test_name and - testbed in (u"2n-skx", u"3n-skx")): + testbed in (u"2n-skx", u"3n-skx", u"2n-clx")): cores = u"2t1c" - elif u"4t2c" in test_name: + elif u"4t2c" in test_name or \ + (u"-2c-" in test_name and + testbed in (u"2n-skx", u"3n-skx", u"2n-clx")): cores = u"4t2c" - elif u"8t4c" in test_name: + elif u"8t4c" in test_name or \ + (u"-4c-" in test_name and + testbed in (u"2n-skx", u"3n-skx", u"2n-clx")): cores = u"8t4c" else: cores = u""