Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

magento-swat/install-agent-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install script for Site Wide Analysis Tool Agent

Functional Tests Lint Code Base

The Site-Wide Analysis Tool provides 24/7 real-time performance monitoring, reports, and recommendations to ensure the security and operability of Adobe Commerce on cloud infrastructure installations. It also provides detailed information about available and installed patches, third-party extensions, and your Adobe Commerce installation.

For on-premises installation of Adobe Commerce, you must install an agent on your infrastructure to use the tool. You do not need to install the agent on Adobe Commerce on cloud infrastructure projects.

Agent Install Guide: https://devdocs.magento.com/tools/site-wide-analysis.html

How to run tests

Functional tests are created with by expect. Run the following command to build docker image and run tests

bash tests/functional-tests.sh

How to create a new test

To create a new test you can use autoexpect and generate a test.

  1. Build a docker image
docker build -f tests/Dockerfile -t installer-functional-test .
  1. Generate a test
docker run -v "$(pwd)":/app --rm -it installer-functional-test autoexpect /app/install.sh
  1. Copy test into the tests directory and update tests/functional-tests.sh file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published