The designateclient.functionaltests.v2.test_blacklist Module

Copyright 2015 Rackspace

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

class designateclient.functionaltests.v2.test_blacklist.TestBlacklist(*args, **kwargs)[source]

Bases: designateclient.functionaltests.base.BaseDesignateTest

setUp()[source]
test_cannot_set_description_with_no_description_flag()[source]
test_zone_blacklist_create_and_show()[source]
test_zone_blacklist_delete()[source]
test_zone_blacklist_list()[source]
test_zone_blacklist_set()[source]
test_zone_blacklist_set_no_description()[source]
class designateclient.functionaltests.v2.test_blacklist.TestBlacklistNegative(*args, **kwargs)[source]

Bases: designateclient.functionaltests.base.BaseDesignateTest

test_blacklist_create_invalid_flag()[source]
test_invalid_blacklist_command()[source]