summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-12-08 15:33:36 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-12-17 23:36:43 +0100
commit5a6c36ff20ebcb8d3039116e25c344db5c7cf7d7 (patch)
tree6d79769161a8fc516c18ab1ef280dc6487a46e95 /tests
parentc405e353ea6aa6292187a54d1f0af9d69826bac0 (diff)
downloadclufter-5a6c36ff20ebcb8d3039116e25c344db5c7cf7d7.tar.gz
clufter-5a6c36ff20ebcb8d3039116e25c344db5c7cf7d7.tar.xz
clufter-5a6c36ff20ebcb8d3039116e25c344db5c7cf7d7.zip
filters/*: apply `highlight` syntax where suitable
Also reflect that in the unit test. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/filters/ccsflat2cibprelude.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/filters/ccsflat2cibprelude.py b/tests/filters/ccsflat2cibprelude.py
index 7953b1e..3e30640 100644
--- a/tests/filters/ccsflat2cibprelude.py
+++ b/tests/filters/ccsflat2cibprelude.py
@@ -22,7 +22,7 @@ class FiltersCcsFlat2CibPreludeTestCase(TeardownFilterTestCase):
<instance_attributes id="RESOURCE-nfsclient-test1-ATTRS">
<nvpair id="RESOURCE-nfsclient-test1-ATTRS-clientspec" name="clientspec" value="*"/>
<nvpair id="RESOURCE-nfsclient-test1-ATTRS-directory" name="directory" value="/srv/nfs/test1"/>
- <!-- NOTE: explicitly disabling unlock_on_stop parameter so as to preserve original behavior; you may want to enable it, though -->
+ <!-- NOTE: explicitly disabling `unlock_on_stop` parameter for `exportfs` resource so as to preserve original `nfsclient` resource behavior; you may want to enable it, though -->
<nvpair id="RESOURCE-nfsclient-test1-ATTRS-unlock_on_stop" name="unlock_on_stop" value="false"/>
</instance_attributes>
<meta_attributes id="RESOURCE-nfsclient-test1-META">
@@ -38,7 +38,7 @@ class FiltersCcsFlat2CibPreludeTestCase(TeardownFilterTestCase):
<nvpair id="RESOURCE-nfsclient-test2-ATTRS-clientspec" name="clientspec" value="*"/>
<nvpair id="RESOURCE-nfsclient-test2-ATTRS-directory" name="directory" value="/srv/nfs/test2"/>
<nvpair id="RESOURCE-nfsclient-test2-ATTRS-options" name="options" value="rw,async,no_root_squash"/>
- <!-- NOTE: explicitly disabling unlock_on_stop parameter so as to preserve original behavior; you may want to enable it, though -->
+ <!-- NOTE: explicitly disabling `unlock_on_stop` parameter for `exportfs` resource so as to preserve original `nfsclient` resource behavior; you may want to enable it, though -->
<nvpair id="RESOURCE-nfsclient-test2-ATTRS-unlock_on_stop" name="unlock_on_stop" value="false"/>
</instance_attributes>
<meta_attributes id="RESOURCE-nfsclient-test2-META">