Skip to main content

BoolTest: RTT wrapper

Project description

Utility integrating BoolTest battery to the RTT

Configuration

Environment variable RTT_PARALLEL precedes toolkit-settings.execution.max-parallel-tests in the configuration.

Expected configuration in rtt-settings.json

{
    "booltest": {
        "default-cli": "--no-summary --json-out --log-prints --top 128 --no-comb-and --only-top-comb --only-top-deg --no-term-map --topterm-heap --topterm-heap-k 256 --best-x-combs 512",
        "strategies": [
            {
                "name": "v1",
                "cli": "",
                "variations": [
                    {
                        "bl": [128, 256, 384, 512],
                        "deg": [1, 2, 3],
                        "cdeg": [1, 2, 3],
                        "exclusions": []
                    }
                ]
            },
            {
                "name": "halving",
                "cli": "--halving",
                "variations": [
                    {
                        "bl": [128, 256, 384, 512],
                        "deg": [1, 2, 3],
                        "cdeg": [1, 2, 3],
                        "exclusions": []
                    }
                ]
            }
        ]
    }
}

Configuration can be also specified per-job in the job config file:

{
  "randomness-testing-toolkit": {
    "booltest": {
      "strategies": [
        {
          "name": "v1",
          "cli": "",
          "variations": [
            {
              "bl": [128, 256, 384, 512],
              "deg": [1, 2, 3],
              "cdeg": [1, 2, 3],
              "exclusions": []
            }
          ]
        },
        {
          "name": "halving",
          "cli": "--halving",
          "variations": [
            {
              "bl": [128, 256, 384, 512],
              "deg": [1, 2, 3],
              "cdeg": [1, 2, 3],
              "exclusions": []
            }
          ]
        }
      ]
    }
  }
}
  • strategies overrides RTT-defined strategies

  • strategies-aux adds another strategies to the RTT-defined strategies

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

booltest-rtt-0.7.9.tar.gz (13.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page