Join us at SNIA NA SDC SMB3 IO Lab 2022 (9/14 - 9/16)
Перейти к файлу
Victor Ding 6876a33acd Merged PR 5832771: fix typo issue
fix typo issue
2021-03-24 05:53:30 +00:00
docs Update readme and sample code 2021-01-04 11:36:11 +08:00
pipelines Add Windows Pool to build as Linux agent build this failed 2020-12-30 16:10:51 +08:00
samples/XXXX_ProtocolTestSuite Update readme and sample code 2021-01-04 11:36:11 +08:00
src Merged PR 5832771: fix typo issue 2021-03-24 05:53:30 +00:00
.gitattributes Migrate to .NET Core 2020-08-03 16:32:53 +08:00
.gitignore Add more case for interactive adapter 2021-02-24 14:31:32 +08:00
CONTRIBUTING.md Update md files 2020-08-24 12:13:12 +08:00
LICENSE.txt PTF initial commit 2015-08-07 11:33:17 +08:00
README.md Update readme and sample code 2021-01-04 11:36:11 +08:00

README.md

Protocol Test Framework

The Protocol Test Framework (PTF) is designed to support Microsoft Protocol Test Suites for both Windows and Office Protocol Interoperability testing. It implements the fundamentals to support Protocol Test Suite, including logging, checker, configuration and etc.

Prerequisites

PTF is based on .NET Core and support cross-platform. It runs on Windows, macOS and multiple distributions of Linux. You should install the software listed below based on your testing purpose, including their own dependencies.

  1. .NET Core SDK

Build

After you clone a copy of this repo, change to the ProtocolTestFramework directory:

cd ProtocolTestFramework

Change to src directory and build PTF:

cd src
dotnet build --configuration Release

Note:

For more information about how to use dotnet build please refer to :dotnet build

Samples

You can find samples of how to develop a protocol test suite using PTF here.

Documentation

  • User Guide describes the features of PTF, and how to use them to develop a new protocol test suite.

Contribute

You can find contributing guide here.

License

PTF is under the MIT license.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.