Skip to content

Commit

Permalink
Enable test of mysql_repo resource in CI/CD process
Browse files Browse the repository at this point in the history
Add tag:install_ prefix in the control for mysql_repo to ensure
that this test is executed in our CI/CD process

Signed-off-by: Nicola Sirena <nssirena@amazon.com>
  • Loading branch information
NSsirena committed Nov 7, 2023
1 parent 0a068d4 commit 1fde10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 1fde10d

Please sign in to comment.