From 97e6988950559e98b5abfd73458dfa830727e16b Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Fri, 11 Sep 2020 02:37:25 +0200 Subject: Framework: main heap size value multiplication - default value for main heap size set to 2G - allow allocation of n x 2G in tests that need it Change-Id: I02dafe6bc61649d2823486a3e983f66f5a213a88 Signed-off-by: Jan Gelety --- ...10ge2p1x710-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.robot') diff --git a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.robot b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.robot index 2595f2d89b..a993e571dc 100644 --- a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.robot +++ b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.robot @@ -88,6 +88,8 @@ # Trial data overwrite | ${trial_duration}= | ${1.1} | ${trial_multiplicity}= | ${1} +# Main heap size multiplicator +| ${heap_size_mult}= | ${3} *** Keywords *** | Local Template -- cgit 1.2.3-korg