summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2004-02-16 15:11:31 +0000
committerelie <elie>2004-02-16 15:11:31 +0000
commit520103fd78850ffe4fb3a5ce117de6e5d25fad12 (patch)
tree472998fd6d492e8a2c28c38636f53563712b29d9
parent17932cbcb8f67340d9a55636666adc5c88a4261f (diff)
downloadpysnmp-520103fd78850ffe4fb3a5ce117de6e5d25fad12.tar.gz
updated
-rw-r--r--CHANGES2
-rw-r--r--README11
2 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 28ca197..243e9cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,11 +3,13 @@ Sun Feb 8 19:12:34 MSK 2004
Changes to version 3.4.2
------------------------
+- The pysnmp.test package implemented (pyunit based).
- Bugfix to pysnmp1.x compatibility API that makes it operational
again.
- Bugfix to None -> Null() value translation at proto.api.generic.
- Bugfix to OIDs comparation & SNMP error propagation code at
proto.api.generic.
+- Bugfix to role.Agent instantiation at asyncrole.Agent code.
- The VarBindMixIn.apiAlphaSetOidVal() method now does not modify current
oid and/or val whenever None's passed as oid and/or val parameters
respectively.
diff --git a/README b/README
index f9ae622..c8a829e 100644
--- a/README
+++ b/README
@@ -69,6 +69,17 @@ I've been told, that on Windows 2000, one needs to go to "Control panel"
-> "System" -> "Advanced" -> "Environment variables" and add/update the
PYTHONPATH environment variable there.
+TESTING
+-------
+
+Once the PySNMP package is installed, try running:
+
+python -c 'from pysnmp.test import suite; suite.run()'
+
+at your command line to make sure the whole thing is working
+properly. Otherwise, please, report all failures to PySNMP mailing
+list (see below).
+
OPERATION
---------