diff --git a/deployments/k8s/readme.md b/deployments/k8s/readme.md index 64bafc70..c74801bd 100644 --- a/deployments/k8s/readme.md +++ b/deployments/k8s/readme.md @@ -79,9 +79,9 @@ This section hosts [kustomize](https://kustomize.io/) manifests for deploying va 3. Run sample test - The test being run for this specific topology is `conformance/features/flows/headers/udp/udp_header_eth0_test.go` + The test being run for this specific topology is `conformance/feature/b2b/packet/udp/udp_port_value_eth0_test.go` ```bash cd ../../conformance - CGO_ENABLED=0 go test -v -count=1 -p=1 -timeout 3600s -tags="all" -run="^TestUdpHeaderEth0$" ./... + CGO_ENABLED=0 go test -v -count=1 -p=1 -timeout 3600s -tags="all" -run="^TestUdpPortValueEth0$" ./... ``` diff --git a/docs/news.md b/docs/news.md index ca2edfb2..c9e63b5d 100644 --- a/docs/news.md +++ b/docs/news.md @@ -1,4 +1,7 @@ # News +* **20th October, 2023**: Ixia-c version 0.1.0 (build 3) released. This conforms to **[v0.13.0](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.13.0/artifacts/openapi.yaml)** of the Open Traffic Generator Models specification. + + * This build includes new features, stability and bug fixes. [Read more](releases.md) * **29th September, 2023**: Ixia-c version 0.0.1 (build 4554) released. This conforms to **[v0.12.5](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.12.5/artifacts/openapi.yaml)** of the Open Traffic Generator Models specification. diff --git a/docs/releases.md b/docs/releases.md index adf4316c..7239bdc9 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,5 +1,39 @@ # Ixia-c Release Notes and Version Compatibility +## Release v0.1.0-3 +> 20th October, 2023 + +#### About + +This build includes new features, stability and bug fixes. + +#### Build Details + +| Component | Version | +|-------------------------------|---------------| +| Open Traffic Generator API | [0.13.0](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.13.0/artifacts/openapi.yaml) | +| snappi | [0.13.0](https://pypi.org/project/snappi/0.13.0) | +| gosnappi | [0.13.0](https://pkg.go.dev/github.com/open-traffic-generator/snappi/gosnappi@v0.13.0) | +| keng-controller | [0.1.0-3](https://github.com/orgs/open-traffic-generator/packages/container/package/keng-controller) | +| ixia-c-traffic-engine | [1.6.0.85](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-traffic-engine) | +| keng-app-usage-reporter | [0.0.1-37](https://github.com/orgs/open-traffic-generator/packages/container/package/keng-app-usage-reporter) | +| ixia-c-protocol-engine | [1.00.0.337](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-protocol-engine) | +| keng-layer23-hw-server | [0.13.0-2](https://github.com/orgs/open-traffic-generator/packages/container/package/keng-layer23-hw-server) | +| keng-operator | [0.3.13](https://github.com/orgs/open-traffic-generator/packages/container/package/keng-operator) | +| otg-gnmi-server | [1.13.0](https://github.com/orgs/open-traffic-generator/packages/container/package/otg-gnmi-server) | +| ixia-c-one | [0.1.0-3](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-one/) | + +#### Bug Fix(s) +* `monitor.flow_metrics` will now correctly reports `bytes_tx`. +* The VLAN TPID field in flow packet header configuration is now set to correct default of 65535 when it’s not encapsulating known protocol header. + +#### Known Issues +* Supported value for `flows[i].metrics.latency.mode` is `cut_through`. +* The metric `loss` in flow metrics is currently not supported. +* When flow transmit is started, transmission will be restarted on any existing flows already transmitting packets. +* [#118](https://github.com/open-traffic-generator/ixia-c/issues/118) + + ## Release v0.0.1-4554 > 29th September, 2023 diff --git a/readme.md b/readme.md index fa74b245..0bd7a1fc 100644 --- a/readme.md +++ b/readme.md @@ -78,7 +78,7 @@ cd conformance ./do.sh gotest examples/quickstart_test.go ``` -> Checkout the contents of [test_quickstart.py](conformance/examples/test_quickstart.py) and equivalent [quickstart_test.go](conformance/examples/quickstart_test.go) for quick explanation on test steps +> Checkout the contents of [test_quickstart.py](https://github.com/open-traffic-generator/conformance/blob/22563e20fe512ef13baf44c1bc69bc59f87f6c25/examples/test_quickstart.py) and equivalent [quickstart_test.go](https://github.com/open-traffic-generator/conformance/blob/22563e20fe512ef13baf44c1bc69bc59f87f6c25/examples/quickstart_test.go) for quick explanation on test steps #### 3. Optionally, run test using [curl](https://curl.se/)