Skip to content

Commit 988ee0e

Browse files
committed
Define inspec test for node-attributes resource
Signed-off-by: Enrico Usai <[email protected]>
1 parent c87a607 commit 988ee0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cookbooks/aws-parallelcluster-shared/kitchen.shared-install.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ suites:
2424
- /tag:install_package_repos/
2525
attributes:
2626
resource: package_repos
27+
- name: node_attributes
28+
run_list:
29+
- recipe[aws-parallelcluster-tests::setup]
30+
- recipe[aws-parallelcluster-tests::test_resource]
31+
verifier:
32+
controls:
33+
- /node_attributes_created/
34+
attributes:
35+
resource: node_attributes

0 commit comments

Comments
 (0)