search for: testcounter

Displaying 3 results from an estimated 3 matches for "testcounter".

Did you mean: listcounter
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
The test_stateless_pxe_nohd test was broken. Fixed. Result code was not matching the success/failure state for the tests. Fixed. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- autotest.sh | 115 +++++++++++++++++++++++++++++++++------------------------- 1 files changed, 65 insertions(+), 50 deletions(-) diff --git a/autotest.sh b/autotest.sh index 12d3e30..e5e23a8 100755
2017 Oct 17
3
[Bug 1190] New: adding element to map with stateful object and flag interval raise SIGSEGV
...Component: nft Assignee: pablo at netfilter.org Reporter: karel at unitednetworks.cz latest nft, libnftnl, libmnl (v0.8, v1.0.8, v1.0.4 + 2 more commits) kernel 4.13.7 x86-64 commands: nft add map x testmap { type inet_service: counter\; flags interval\;} nft add counter x testcounter nft add element x testmap { 0-100 : "testcounter" } Neoprávněný přístup do paměti (SIGSEGV) -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/...
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
Autobuild has to be updated to call make in the recipe directory and move the resulting iso to the main build directory. Importing the existing autotest.sh script from ovirt-node-image Signed-off-by: Mike Burns <mburns at redhat.com> --- autobuild.sh | 7 + autotest.sh | 764 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 771 insertions(+), 0 deletions(-)