Skip to content

Commit

Permalink
test: add scaling large messages test package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Jun 26, 2024
1 parent 0f22714 commit 7251b68
Show file tree
Hide file tree
Showing 12 changed files with 727 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/scaling-large-messages/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
24 changes: 24 additions & 0 deletions tests/scaling-large-messages/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions tests/scaling-large-messages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# RoseNet scaling large messages test

## Table of contents

- [Introduction](#introduction)
- [Usage](#usage)

## Introduction

RoseNet scaling large messages test

## Usage

You need to have [OpenTofu](https://opentofu.org/) installed. Then, after
[passing required variables](https://opentofu.org/docs/language/values/variables/#assigning-values-to-root-module-variables) (defined in [`variables.tf`](./variables.tf)),
run the following commands. It should complete with no errors.

```bash
tofu init
tofu apply
```

Finally run `tofu destroy` to destroy the infrastructure.
Loading

0 comments on commit 7251b68

Please sign in to comment.