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

Add Functionality From core_jobs.c into Jobs #83

Closed
wants to merge 15 commits into from
Closed

Add Functionality From core_jobs.c into Jobs #83

wants to merge 15 commits into from

Conversation

bradleysmith23
Copy link
Contributor

Issue #, if available:

Description of changes:
Add functionality from core_jobs.c in https://github.com/FreeRTOS/Labs-Project-ota-example-for-aws-iot-core to jobs.c
Add unit tests for functions added from core_jobs.c

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Add in functionality from core_jobs.c, Update CMakeLists.txt in test
directory to fetch coreJSON, and update CMakeLists.txt in unit-test
directory to include coreJSON source and header files.
Add tests for NULL and 0 length thingnames for functions that take
thingName and thingNameLength as a parameter.
Add check in isThingNameTopicMatch to check for NULL and 0 length
thingNames.
Add unit tests for getStartNextPendingJobExecutionMsg() and
getUpdateJobExecutionTopic().
Add Unit Tests for getUpdateJobExecutionTopic() and
getUpdateJobExecutionMsg().
@bradleysmith23
Copy link
Contributor Author

/bot run formatting

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

Successfully merging this pull request may close these issues.

None yet

1 participant