diff options
author | elie <elie> | 2015-09-14 21:26:30 +0000 |
---|---|---|
committer | elie <elie> | 2015-09-14 21:26:30 +0000 |
commit | b553dfa1794c9b69678a1eb73fdead1983b6c1bb (patch) | |
tree | ca51f97fb45ac11c697176fd5e4c38ff9dd2a557 /docs/source/examples/v1arch | |
parent | 5d35bdf3ab1b2a20648bce41305eda3613b18dc7 (diff) | |
download | pysnmp-git-b553dfa1794c9b69678a1eb73fdead1983b6c1bb.tar.gz |
missing examples harness added
Diffstat (limited to 'docs/source/examples/v1arch')
6 files changed, 118 insertions, 0 deletions
diff --git a/docs/source/examples/v1arch/asyncore/agent/cmdrsp/agent-side-mib-implementations.rst b/docs/source/examples/v1arch/asyncore/agent/cmdrsp/agent-side-mib-implementations.rst new file mode 100644 index 00000000..1cee1f4c --- /dev/null +++ b/docs/source/examples/v1arch/asyncore/agent/cmdrsp/agent-side-mib-implementations.rst @@ -0,0 +1,16 @@ +.. toctree:: + :maxdepth: 2 + +Agent-side MIB implementations +------------------------------ + +.. include:: /../../examples/v1arch/asyncore/agent/cmdrsp/v2c-custom-scalar-mib-objects.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/agent/cmdrsp/v2c-custom-scalar-mib-objects.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/agent/cmdrsp/v2c-custom-scalar-mib-objects.py>` script. + diff --git a/docs/source/examples/v1arch/asyncore/agent/ntforg/transport-tweaks.rst b/docs/source/examples/v1arch/asyncore/agent/ntforg/transport-tweaks.rst new file mode 100644 index 00000000..3d31d4c0 --- /dev/null +++ b/docs/source/examples/v1arch/asyncore/agent/ntforg/transport-tweaks.rst @@ -0,0 +1,27 @@ +.. toctree:: + :maxdepth: 2 + +Transport tweaks +---------------- + +.. include:: /../../examples/v1arch/asyncore/agent/ntforg/trap-v1-multiple-transports.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/agent/ntforg/trap-v1-multiple-transports.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/agent/ntforg/trap-v1-multiple-transports.py>` script. + + +.. include:: /../../examples/v1arch/asyncore/agent/ntforg/inform-v2c.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/agent/ntforg/inform-v2c.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/agent/ntforg/inform-v2c.py>` script. + diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst new file mode 100644 index 00000000..590a3a14 --- /dev/null +++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/fetching-variables.rst @@ -0,0 +1,16 @@ +.. toctree:: + :maxdepth: 2 + +Fetching variables +------------------ + +.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/get-v1.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/get-v1.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/get-v1.py>` script. + diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst new file mode 100644 index 00000000..4c775283 --- /dev/null +++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/modifying-variables.rst @@ -0,0 +1,16 @@ +.. toctree:: + :maxdepth: 2 + +Modifying variables +------------------- + +.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/set-v2c.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/set-v2c.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/set-v2c.py>` script. + diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst new file mode 100644 index 00000000..d3bbf7b0 --- /dev/null +++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/walking-operations.rst @@ -0,0 +1,27 @@ +.. toctree:: + :maxdepth: 2 + +MIB walking operations +---------------------- + +.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/getnext-v1.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/getnext-v1.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/getnext-v1.py>` script. + + +.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/getbulk-v2c.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/getbulk-v2c.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/getbulk-v2c.py>` script. + diff --git a/docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst b/docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst new file mode 100644 index 00000000..41ee4593 --- /dev/null +++ b/docs/source/examples/v1arch/asyncore/manager/ntfrcv/transport-tweaks.rst @@ -0,0 +1,16 @@ +.. toctree:: + :maxdepth: 2 + +Transport tweaks +---------------- + +.. include:: /../../examples/v1arch/asyncore/manager/ntfrcv/v1-multiple-transports.py + :start-after: """ + :end-before: """# + +.. literalinclude:: /../../examples/v1arch/asyncore/manager/ntfrcv/v1-multiple-transports.py + :start-after: """# + :language: python + +:download:`Download</../../examples/v1arch/asyncore/manager/ntfrcv/v1-multiple-transports.py>` script. + |