Skip to content
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

Continuous Integration #7

Open
revmischa opened this issue Aug 7, 2017 · 2 comments
Open

Continuous Integration #7

revmischa opened this issue Aug 7, 2017 · 2 comments
Assignees

Comments

@revmischa
Copy link
Owner

Tests + lint for client lib and lambda code would be nice.
I like Travis-CI but whatever works.

Let's add tests wherever possible. I love tests and TDD.

@revmischa revmischa added this to the Live Streaming milestone Aug 7, 2017
@revmischa revmischa removed this from the Live Streaming milestone Aug 7, 2017
@revmischa
Copy link
Owner Author

I suggest using Travis to deploy CF stacks automatically based on pushed branch, dev/stage/release. I started on this in the .travis.yml and deploy-stack-travis.sh but it's not completed.
Not sure what the best way to test the client and lambdas is. Curious to hear what you come up with. I think mocking requests/responses is likely the way to go, so we don't need both client and server running to test. This would greatly simplify running tests and give lots of control over what we're testing.

@someone--else
Copy link
Collaborator

I think we can easily use a local MQTT broker to mock the AWS IoT↔client protocol and a GStreamer RTP sink for testing if video stream is ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants