| | |
| | | * A simple test for : - JMX connection establishment withou using SSL - |
| | | * JMX get and set - configuration change |
| | | */ |
| | | @Test(enabled=false, groups = {"precommit", "snmp"}, sequential = true) |
| | | @Test(enabled=true, groups = {"precommit", "snmp"}, sequential = true) |
| | | public class SNMPSyncManagerV2AccessTest extends SNMPConnectionManager { |
| | | |
| | | @BeforeClass |
| | |
| | | {"dsSlaveHits"}}; |
| | | } |
| | | |
| | | @Test(enabled=false,dataProvider = "listAttributes") |
| | | @Test(enabled=true,dataProvider = "listAttributes") |
| | | public void checkAttribute(String attributeName) { |
| | | |
| | | // get the SNMP peer agent |
| | |
| | | {"", false}}; |
| | | } |
| | | |
| | | @Test(enabled = false,dataProvider = "listCommunities") |
| | | @Test(enabled = true,dataProvider = "listCommunities") |
| | | public void checkCommunity(String community, boolean expectedResult) { |
| | | |
| | | try { |