# FTAS R3.6

## FTAS R3.6

- [Introduction](https://aviznetworks.gitbook.io/ftas/introduction.md)
- [What's New?](https://aviznetworks.gitbook.io/ftas/whats-new.md)
- [Installation](https://aviznetworks.gitbook.io/ftas/installation.md)
- [Host Requirements](https://aviznetworks.gitbook.io/ftas/installation/host-requirements.md)
- [Supported Traffic Generators](https://aviznetworks.gitbook.io/ftas/installation/supported-traffic-generators.md)
- [Deploy the VM](https://aviznetworks.gitbook.io/ftas/installation/deploy-the-vm.md)
- [User Login](https://aviznetworks.gitbook.io/ftas/installation/user-login.md)
- [OpenStack & GoBGP](https://aviznetworks.gitbook.io/ftas/installation/openstack-and-gobgp.md): OpenStack setup bringup
- [Test Setup](https://aviznetworks.gitbook.io/ftas/test-setup.md)
- [Test Bed Configuration](https://aviznetworks.gitbook.io/ftas/test-bed-configuration.md): A Testbed parameter file is a Python script which defines the testbed parameters as variables. Testbed files are available in the ~/testbeds folder.
- [Test Suite Configuration](https://aviznetworks.gitbook.io/ftas/test-suite-configuration.md)
- [Test Case Execution](https://aviznetworks.gitbook.io/ftas/test-case-execution.md)
- [Test Case Results Reporting](https://aviznetworks.gitbook.io/ftas/test-case-results-reporting.md)
- [Test Cases](https://aviznetworks.gitbook.io/ftas/test-cases.md)
- [Feature](https://aviznetworks.gitbook.io/ftas/test-cases/feature.md): This category covers the validation of mandatory features and functions required for data center deployments.
- [Platform](https://aviznetworks.gitbook.io/ftas/test-cases/feature/platform.md)
- [Ports](https://aviznetworks.gitbook.io/ftas/test-cases/feature/ports.md)
- [Layer 2](https://aviznetworks.gitbook.io/ftas/test-cases/feature/layer-2.md)
- [Layer 3](https://aviznetworks.gitbook.io/ftas/test-cases/feature/layer-3.md)
- [Management](https://aviznetworks.gitbook.io/ftas/test-cases/feature/management.md): This section verifies the mandatory functions for management operation in a Fabric
- [Scalability](https://aviznetworks.gitbook.io/ftas/test-cases/scalability.md)
- [Management](https://aviznetworks.gitbook.io/ftas/test-cases/scalability/management.md)
- [Layer 2](https://aviznetworks.gitbook.io/ftas/test-cases/scalability/layer-2.md)
- [Layer 3](https://aviznetworks.gitbook.io/ftas/test-cases/scalability/layer-3.md)
- [Resilience](https://aviznetworks.gitbook.io/ftas/test-cases/resilience.md)
- [How to contact Aviz Networks Support?](https://aviznetworks.gitbook.io/ftas/support/how-to-contact-aviz-networks-support.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://aviznetworks.gitbook.io/ftas/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
