Merge pull request #17430 from BrentBaccala/gns3-placeholder

test: GNS3 placeholder
This commit is contained in:
Anton Georgiev 2023-04-05 13:57:21 -04:00 committed by GitHub
commit 51fdf05242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

3
bigbluebutton-tests/gns3/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
NPDC
bbb-dev-ca.crt
bbb-dev-ca.key

View File

@ -0,0 +1 @@
git clone --branch master --depth 1 https://github.com/BrentBaccala/NPDC NPDC

View File

@ -35,11 +35,10 @@ Some special names are defined. Requesting a device name starting with `testcli
## Usage
1. You'll need several tools from Brent Baccala's NPDC repository on github, which is a submodule in the NPDC directory, so run this command to fetch it:
1. You'll need several tools from Brent Baccala's NPDC repository on github, so run this command to fetch it:
```
git submodule init
git submodule update
./NPDC.placeholder.sh
```
1. Read, understand, and run the `install-gns3.sh` script in `NPDC/GNS3`