|
13 | 13 |
|
14 | 14 | The SAP Testing Automation Framework is an open-source orchestration tool designed to validate SAP deployments on Microsoft Azure. It enables you to assess system configurations against SAP on Azure best practices and guidelines, and facilitates automation for various testing scenarios. |
15 | 15 |
|
16 | | -> **NOTE**: This repository is currently in public preview and is intended for testing and feedback purposes. As this is an early release, it is not yet production-ready, and breaking changes can be introduced at any time. |
17 | | -
|
18 | 16 |  |
19 | 17 |
|
20 | | -## 📊 Key Features |
| 18 | +## 📊 Key Scenarios |
21 | 19 |
|
22 | | -- **High Availability Testing** - Thorough validation of the SAP HANA scale-up and SAP Central Services failover mechanism in a two node pacemaker cluster, ensuring the system operates correctly across various test cases. |
23 | | - - **Configuration Validation** - Ensures that SAP HANA scale-up and SAP Central Services configurations comply with SAP on Azure best practices and guidelines. |
24 | | - - **Functional Testing** - Executes test scenarios on the high availability setup to identify potential issues, whether during a new system deployment or before implementing cluster changes in a production environment. |
25 | | -- **Configuration Checks** - Validates OS parameters, database settings, Azure resources, and storage configurations against SAP and Azure best practices for supported databases. Performs comprehensive validation including kernel parameters, filesystem mounts, VM sizing, and network setup to ensure compliance with recommended guidelines. |
26 | | -- **Detailed Reporting** - Generates comprehensive reports, highlighting configuration mismatch or deviations from recommended best practices. Includes failover test outcomes, any failures encountered, and logs with insights to aid in troubleshooting identified issues. |
| 20 | +SAP Testing Automation is designed as a scalable framework to orchestrate and validate a wide spectrum of SAP landscape scenarios through repeatable, policy-driven test modules. The framework currently offers following scenarios - |
27 | 21 |
|
28 | | -## 🏆 Purpose |
| 22 | +> [!NOTE] |
| 23 | +> |
| 24 | +> The High Availability testing scenario in the SAP Testing Framework is **generally available (GA)**, while the Configuration Checks scenario is currently in **public preview**. |
29 | 25 |
|
30 | | -Testing is crucial for keeping SAP systems running smoothly, especially for critical business operations. This framework helps by addressing key challenges: |
| 26 | +### High Availability Testing |
31 | 27 |
|
32 | | -- **Preventing Risks** - Identifies configuration issues and validates system behavior before problems affect production operations. It simulates system failures like node crashes, network issues, and storage failures to check if recovery mechanisms work properly, helping to catch potential issues early. |
33 | | -- **Meeting Compliance Requirements** - Provides detailed reports and logs that help with audits and ensure compliance with internal and regulatory standards. |
34 | | -- **Ensuring Quality** - The framework runs automated tests to verify whether the failover behavior of SAP components functions as expected on Azure across various test scenarios. It also ensures that the cluster and resource configurations are set up correctly, helping to maintain system reliability. |
35 | | -- **Automating Testing** - Automates validation processes from configuration checks to reporting, saving time and ensuring consistent results. |
| 28 | +In the SAP Testing Automation Framework, thorough validation of high availability SAP HANA scale-up and SAP Central Services failover mechanism in a two node pacemaker cluster can be performed, ensuring the system operates correctly across different situations. |
36 | 29 |
|
37 | | -## 🚦 Get Started |
| 30 | +- **High Availability Configuration Validation:** The framework helps to ensure that SAP HANA scale-up and SAP Central Services configurations and load balancer settings are compliant with SAP on Azure high availability configuration guidelines. |
| 31 | +- **Functional Testing:** The framework executes series of real-world scenarios based on the SAP HANA and SAP Central Services high availability setup to identify potential issues, whether during a new system deployment or before implementing cluster changes in a production environment. The test cases are based on what is documented in how-to guides for SAP HANA and SAP Central Services configuration. |
| 32 | +- **Offline configuration validation:** Offline validation is a mode of the framework that validates SAP HANA and SAP Central Services high availability cluster configurations without establishing a live SSH connection to the production cluster. Instead, it analyzes captured cluster information base (CIB) XML files exported from each cluster node. |
38 | 33 |
|
39 | | -There are two primary ways to get started with the SAP Testing Automated Framework. Choose the path that best fits your current environment and objectives: |
| 34 | +### Configuration Checks (Preview) |
40 | 35 |
|
41 | | -### Option 1: Integration with SAP Deployment Automation Framework (SDAF) |
| 36 | +The framework performs comprehensive configuration checks to ensure that the SAP system and its components are set up according to [SAP on Azure best practice](https://learn.microsoft.com/azure/sap/). This includes validating infrastructure settings, operating system parameter configurations, and network settings, in addition to the cluster configuration, to identify any deviations that could impact system performance or reliability. |
42 | 37 |
|
43 | | -If you already have [SDAF](https://github.com/Azure/sap-automation) environment set up, integrating the SAP Testing Automation Framework is a natural extension that allows you to leverage existing deployment pipelines and configurations. |
| 38 | +- **Infrastructure Validation:** This includes validating the underlying infrastructure components, such as virtual machines, load balancer, and other resource configurations, to ensure they meet the requirements for running SAP workloads on Azure. |
| 39 | +- **Storage Configuration Checks:** It validates settings of disks, storage accounts, Azure NetApp Files, including throughput, performance, and stripe size. |
| 40 | +- **Operating System and SAP Parameter Validation:** The framework checks critical operating system parameters and SAP kernel settings to ensure they align with recommended configurations. |
| 41 | +- **Cluster Configuration Validation:** This framework ensures that the high availability cluster resource settings adhere to best practices for high availability and failover scenarios. |
44 | 42 |
|
45 | | -### Option 2: Getting Started with High Availability Testing (Standalone) |
| 43 | +The framework generates comprehensive reports, highlighting configuration mismatch or deviations from recommended best practices. For high availability scenarios, the report includes failover test outcomes, any failures encountered, and logs with insights to aid in troubleshooting identified issues. |
| 44 | + |
| 45 | +## 🏆 Purpose |
| 46 | + |
| 47 | +Testing is crucial for keeping SAP systems running smoothly, especially for critical business operations. This framework helps by addressing key challenges: |
46 | 48 |
|
47 | | -For users focused solely on validating SAP functionality and configurations, the standalone approach offers a streamlined process to test critical SAP components without the complexity of full deployment integration. |
48 | | - - For High Availability testing details, see the [High Availability documentation](./docs/HIGH_AVAILABILITY.md). |
49 | | - - For Configuration Checks and Testing details, see the [Configuration Checks documentation](./docs/CONFIGURATION_CHECKS.md). |
| 49 | +- **Risk Prevention** - The high availability testing helps simulate system failures like node crashes, network issues, and storage failures to check if recovery mechanisms work properly, helping to catch problems before they affect real operations. Configuration validation detects misalignments with SAP on Azure best practices early. |
| 50 | +- **Compliance Requirements** - Many businesses need to prove their SAP systems are reliable. This framework provides detailed reports and logs that help with audits and ensure compliance with internal and regulatory standards. |
| 51 | +- **Quality Assurance** - The framework runs automated tests to verify whether the failover behavior of SAP components functions as expected on Azure across various test scenarios. It also ensures that the cluster and resource configurations are set up correctly, helping to maintain system reliability. |
| 52 | +- **Test Automation** - Manually validating overall SAP systems' configurations and high availability (HA) setup is slow and error-prone. This framework automates the process, from setup to reporting, saving time and ensuring more accurate and consistent results. |
50 | 53 |
|
51 | 54 | ## 🏗️ Architecture and Components |
52 | 55 |
|
53 | 56 | To learn how the framework works, refer to the [architecture and components](./docs/ARCHITECTURE.md) documentation. |
54 | 57 |
|
| 58 | +## 🚦 Get Started |
| 59 | + |
| 60 | +There are two primary ways to get started with the SAP Testing Automation Framework. You can choose the path that best fits your current environment and objectives: |
| 61 | + |
| 62 | +### Option 1: Standalone Setup of SAP Testing Automation Framework |
| 63 | + |
| 64 | +For users focused solely on validating SAP functionality and configurations, the standalone approach offers a streamlined process to test critical SAP components without the complexity of full deployment integration. For more details on the setup, see following documents to get started - |
| 65 | + |
| 66 | +- Configure management server following the document [Setup Guide for SAP Testing Automation Framework](https://github.com/Azure/sap-automation-qa/blob/main/docs/SETUP.MD). |
| 67 | + - For high availability testing scenarios, see [High Availability documentation](./docs/HIGH_AVAILABILITY.md). |
| 68 | + - For Configuration Checks and Testing details, see the [Configuration Checks documentation](./docs/CONFIGURATION_CHECKS.md). |
| 69 | + |
| 70 | +### Option 2: Integration with SAP Deployment Automation Framework (SDAF) |
| 71 | + |
| 72 | +If you already have an [SAP Deployment Automation Framework](https://learn.microsoft.com/azure/sap/automation/deployment-framework) environment set up, integrating the SAP Testing Automation Framework is a natural extension that allows you to leverage existing deployment pipelines and configurations. For more details on the setup, see [Setup Guide for SAP Testing Automation Framework](./docs/SETUP.MD). |
| 73 | + |
55 | 74 | ## 🆘Support |
56 | 75 |
|
57 | 76 | For support and questions, please: |
|
0 commit comments