Project

General

Profile

Revision ba298be6

IDba298be6ae10c69d5758f7f82b77e1d42d5ae1f2
Parent df66bc2c
Child a8f27bb3

Added by Francois POIROTTE over 14 years ago

Correction des tests pour tenir compte du renommage des attributs relatifs à SNMP (community & port).

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@1008 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/tests/functional/test_vigiboardrequest.py
45 45
        # Les dépendances des évènements
46 46
        host_template = {
47 47
            'checkhostcmd': u'halt',
48
            'community': u'public',
48
            'snmpcommunity': u'public',
49 49
            'fqhn': u'localhost',
50 50
            'hosttpl': u'/dev/null',
51 51
            'mainip': u'192.168.1.1',
52
            'port': 42,
52
            'snmpport': 42,
53 53
        }
54 54

  
55 55
        service_template = {

Also available in: Unified diff