Skip to content

Commit

Permalink
test: add scaling-pubsub test package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed May 6, 2024
1 parent 54ca055 commit 3924dac
Show file tree
Hide file tree
Showing 14 changed files with 730 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scaling-test-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
role: [node, relay]
test-name: ['', peer-discovery]
test-name: ['', peer-discovery, pubsub]

name: Build and Push Scaling Test Docker Image
permissions: write-all
Expand Down
24 changes: 24 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions tests/scaling-pubsub/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
24 changes: 24 additions & 0 deletions tests/scaling-pubsub/.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-pubsub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# RoseNet scaling pubsub test

## Table of contents

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

## Introduction

RoseNet scaling pubsub 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 3924dac

Please sign in to comment.