Revision 097009bf snf-cyclades-app/synnefo/api/tests/subnets.py

b/snf-cyclades-app/synnefo/api/tests/subnets.py
100 100
                'network_id': test_net.id,
101 101
                'cidr': '10.0.3.0/24',
102 102
                'ip_version': 4,
103
                'slac': False}
103
                'enable_slac': False}
104 104
        }
105 105
        response = self.post(SUBNETS_URL, test_net.userid,
106 106
                             json.dumps(request), "json")
......
114 114
                'network_id': test_net.id,
115 115
                'cidr': 'fdc1:4992:1130:fc0b::/64',
116 116
                'ip_version': 6,
117
                'slac': False}
117
                'enable_slac': False}
118 118
        }
119 119
        response = self.post(SUBNETS_URL, test_net.userid,
120 120
                             json.dumps(request), "json")
......
128 128
                'network_id': test_net.id,
129 129
                'cidr': 'fdc1:4992:1130:fc0b::/64',
130 130
                'ip_version': 6,
131
                'slac': 'Random'}
131
                'enable_slac': 'Random'}
132 132
        }
133 133
        response = self.post(SUBNETS_URL, test_net.userid,
134 134
                             json.dumps(request), "json")

Also available in: Unified diff