diff --git a/cookbooks/aws-parallelcluster-slurm/kitchen.slurm-install.yml b/cookbooks/aws-parallelcluster-slurm/kitchen.slurm-install.yml index 2c665adc5..04666c35a 100644 --- a/cookbooks/aws-parallelcluster-slurm/kitchen.slurm-install.yml +++ b/cookbooks/aws-parallelcluster-slurm/kitchen.slurm-install.yml @@ -40,7 +40,7 @@ suites: - recipe[aws-parallelcluster-tests::test_resource] verifier: controls: - - mysql_repo_added + - tag:install_mysql_repo_added attributes: resource: mysql_repo:add - name: munge diff --git a/cookbooks/aws-parallelcluster-slurm/test/controls/mysql_repo_spec.rb b/cookbooks/aws-parallelcluster-slurm/test/controls/mysql_repo_spec.rb index 46340a2e9..3b1839e59 100644 --- a/cookbooks/aws-parallelcluster-slurm/test/controls/mysql_repo_spec.rb +++ b/cookbooks/aws-parallelcluster-slurm/test/controls/mysql_repo_spec.rb @@ -9,7 +9,7 @@ # This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. # See the License for the specific language governing permissions and limitations under the License. -control 'mysql_repo_added' do +control 'tag:install_mysql_repo_added' do if os_properties.ubuntu? describe file('/etc/apt/sources.list.d/mysql.list') do it { should exist }