-
Notifications
You must be signed in to change notification settings - Fork 29
UN-3096 add 1st e2e test case #179
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
dfb11bd
add 2 test case and config files
vince-leaf 2fd90a3
updated and fixed front-man effective response
vince-leaf 6a653b2
Added 1st e2e infrastructure with 1 test case
vince-leaf 87bb429
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf fe68a4e
clean-up
vince-leaf 539cd33
clean-up
vince-leaf 9119952
fixed broken flake8
vince-leaf ca4cdd0
flake8 reported no newline at end of file, but none
vince-leaf 993cac0
fixed flake8
vince-leaf 219a0b1
added my test dependencies to requirements-build.txt
vince-leaf e60fcad
add pytest command for path on e2e tests
vince-leaf a1bfefd
fixed typo
vince-leaf 66fc08e
updated to make flake8 happy
vince-leaf c1273fc
Made flake8 happy
vince-leaf 4294245
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf c6215e4
tweaked e2e pytest
vince-leaf f5f6d9d
edit e2e pytest
vince-leaf 769c352
Update cost values
vince-leaf 2b4a38a
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf 5802313
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf f57ceec
removed extra
vince-leaf e58d261
combined fileterwarning to top pytest.ini
vince-leaf c138c5f
Added server service utility
vince-leaf 5ae944e
added start and stop server service
vince-leaf d669421
added ignore warning
vince-leaf bdd9548
renamed to smoketest
vince-leaf a74094c
updated to run smoke test
vince-leaf abdcde8
made flake8 happy
vince-leaf e028a2e
ignore pytest warning
vince-leaf 475a76d
debug
vince-leaf cfe348f
debug
vince-leaf 2c2d694
debug failure
vince-leaf 67649c1
debug
vince-leaf db5a2a1
fixed flake8
vince-leaf 38c79c5
debug
vince-leaf c250fda
increased timeout on wait for prompt
vince-leaf 700459f
added logging
vince-leaf db10cf7
make flake8 happy
vince-leaf fadcd3b
Made Flake8 happy
vince-leaf 4526cbd
made flake8 happy
vince-leaf 3832285
add condition
vince-leaf a84833d
a major refactor to support start&stop server service
vince-leaf 19b5fd8
update trigger smoke-test
vince-leaf a37c0a7
made flake8 happy
vince-leaf aab8039
add test requirement
vince-leaf 476d9c6
tweaked stop all servers script
vince-leaf 469f982
more tweaks
vince-leaf 3c09c55
fixed a minor info message
vince-leaf 00782ef
Tweaked timeout
vince-leaf bfa15b8
Changes Smoke-test to run after Unit tests
vince-leaf 739a198
updated readme
vince-leaf 40de058
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf 84168d4
renamed the files
vince-leaf c778f69
renamed hocon
vince-leaf a9e4aee
added more comment
vince-leaf ea1d37b
added comment
vince-leaf d983628
added comment
vince-leaf be264d4
added comment
vince-leaf 7e0c486
add smoketest cron job
vince-leaf 7c30777
Removed smoke test build test
vince-leaf b4ffbd8
updated test result text
vince-leaf 417f680
Merge branch 'main' into un-3096_add_test_case_all_agent_cli_connections
vince-leaf 4b952a7
removed requirement file
vince-leaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Removed smoke test from building tests file.