diff options
author | Siri Hansen <[email protected]> | 2012-09-26 11:26:34 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-09-26 11:26:34 +0200 |
commit | c18b01c430c5d466486450433d0b0ed4a23307b3 (patch) | |
tree | 53291f6e0adc165d3508d63e6b99ebf37475c32f /lib/os_mon/test/Makefile | |
parent | 4393ec5e0a0520b0bae7e616302b5f87cc46b3e0 (diff) | |
download | otp-c18b01c430c5d466486450433d0b0ed4a23307b3.tar.gz otp-c18b01c430c5d466486450433d0b0ed4a23307b3.tar.bz2 otp-c18b01c430c5d466486450433d0b0ed4a23307b3.zip |
[os_mon] Remove call to deprecated/undefined functions in snmp
Also, rewrite test suite (os_mon_mib_SUITE) to use ct_snmp intead of
using snmp application directly.
Diffstat (limited to 'lib/os_mon/test/Makefile')
-rw-r--r-- | lib/os_mon/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_mon/test/Makefile b/lib/os_mon/test/Makefile index 9c5f2c1820..461bebc102 100644 --- a/lib/os_mon/test/Makefile +++ b/lib/os_mon/test/Makefile @@ -86,6 +86,7 @@ release_spec: release_tests_spec: make_emakefile $(INSTALL_DIR) "$(RELSYSDIR)" $(INSTALL_DATA) os_mon.spec os_mon.cover $(EMAKEFILE) $(SOURCE) "$(RELSYSDIR)" + $(INSTALL_DATA) os_mon_mib_SUITE.cfg "$(RELSYSDIR)" ## tar chf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) |