
On Mon, Mar 03, 2008 at 08:23:04AM +0300, Peter Volkov wrote:
I've tried to run test in libsmi-0.4.7 but 2 of 21 tests failed. Is this expected? The failed tests were:
comparing `smidump -f sming SNMPv2-MIB' output with dumps/sming/*. comparing `smidump -f sming IF-MIB' output with dumps/sming/*. comparing `smidump -f sming MAU-MIB' output with dumps/sming/*. comparing `smidump -f sming RMON2-MIB' output with dumps/sming/*. *** smidump output differs, see smidump-sming.out/*.diff FAIL: smidump-sming.test
This is kind of expected since the sming backend does not right now correctly translate SMIv2 to SMIng. In other words, this is harmless since nobody uses SMIng at the moment.
comparing `smidump -f smiv2 SNMPv2-MIB' output with dumps/orig-smiv2/*. comparing `smidump -f smiv2 IF-MIB' output with dumps/orig-smiv2/*. comparing `smidump -f smiv2 MAU-MIB' output with dumps/orig-smiv2/*. comparing `smidump -f smiv2 RMON2-MIB' output with dumps/orig-smiv2/*. *** smidump output differs, see smidump-orig-smiv2.out/*.diff FAIL: smidump-orig-smiv2.test [snip]
I can't reproduce this on the head version. Frank, did you update the test cases?
/js