Skip to content

Commit

Permalink
Adding pragma for tc on shared code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Woodson committed Apr 4, 2017
1 parent eea7cd2 commit 54c6226
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_ca_server_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_manage_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_policy_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_policy_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_clusterrole.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_configmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_objectvalidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_pvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_serviceaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_serviceaccount_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/src/lib/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input
return rval


class Utils(object):
class Utils(object): # pragma: no cover
''' utilities for openshiftcli modules '''

@staticmethod
Expand Down

0 comments on commit 54c6226

Please sign in to comment.