-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TT-1188 mdcb testing framework / Gw refactor #3438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, we need to fix the conflicts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…logies/tyk into TT-1188-mdcb-testing-framework
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This reverts commit 8ef52cb.
Description
refactor GW in order that we can run multiple instances as objects via code (not docker, not binaries), added method to run gw in testing mode as a worker node. Created gw object that wrapps some information and methods specific for a gateway instance. This must be merged in tandem with:
Related Issue
https://tyktech.atlassian.net/browse/TT-1188
Motivation and Context
Created the proper structure so we can run integration tests for MDCB environment
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master
!master
branch (left side). Also, you should startyour branch off our latest
master
.go mod tidy && go mod vendor
go fmt -s
go vet