-
Notifications
You must be signed in to change notification settings - Fork 142
Echo agent tests #692
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
base: main
Are you sure you want to change the base?
Echo agent tests #692
Conversation
Can we just deploy the agent with |
@pblazej That would be much better 🙂 |
|
Almost there @hiroshihorie, just waiting for beta access to hosting [for the project] |
@hiroshihorie if it's meant to run as an integration test (on device) I'd rather create a token server and leave empty credentials in the test file. |
I mean in the same way you did here: class PublishDeviceOptimizationTests: LKTestCase {
// For testing remote server:
let url: String? = nil
let token: String? = nil
|
WIP, needs echo agent to be running.