summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorahosmanmsft <ahosman@microsoft.com>2019-11-26 11:36:00 -0700
committerChad Smith <chad.smith@canonical.com>2019-11-26 11:36:00 -0700
commitaa3e4961ceae5a5c5b5cf13221b5f6721991fe75 (patch)
tree43bcc20bbdeeb44e02911dfb55759377f8aa1a5c /.pylintrc
parentb6055c40189afba323986059434b8d8adc85bba3 (diff)
downloadcloud-init-git-aa3e4961ceae5a5c5b5cf13221b5f6721991fe75.tar.gz
cloud_tests: add azure platform support to integration tests
Added Azure to cloud tests supporting upstream integration testing. Implement the inherited platform classes, Azure configurations to release/platform, and docs on how to run Azure CI.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 365c8c8b..c83546a6 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -62,7 +62,7 @@ ignored-modules=
# for classes with dynamically set attributes). This supports the use of
# qualified names.
# argparse.Namespace from https://github.com/PyCQA/pylint/issues/2413
-ignored-classes=argparse.Namespace,optparse.Values,thread._local
+ignored-classes=argparse.Namespace,optparse.Values,thread._local,ImageManager,ContainerManager
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular