-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Smart Charging: Expand add profile capabilities (#682)
* Add TxDefaultProfile to either EVSE or entire station. Signed-off-by: Gianfranco Berardi <[email protected]> * Return SetChargingProfileResponse when adding profile. Signed-off-by: Gianfranco Berardi <[email protected]> * Check boxes for K01.FR.14 and K01.FR.15. Signed-off-by: Gianfranco Berardi <[email protected]> * smart_charging: Handle profile updates per K01.FR.05 Signed-off-by: Christopher Davis <[email protected]> * Test Callbacks validity check. Signed-off-by: Gianfranco Berardi <[email protected]> * Ensure each function is required in validity check. Signed-off-by: Gianfranco Berardi <[email protected]> * Add security_event_callback to validity check. Signed-off-by: Gianfranco Berardi <[email protected]> * Add set_charging_profiles_callback to validity check. Signed-off-by: Gianfranco Berardi <[email protected]> * Fix lint issue. Signed-off-by: Gianfranco Berardi <[email protected]> * Fix lint issue. Signed-off-by: Gianfranco Berardi <[email protected]> * Add tests for optional functions being validated. Signed-off-by: Gianfranco Berardi <[email protected]> * Fix lint. Signed-off-by: Gianfranco Berardi <[email protected]> * Specify requirement in test names. Signed-off-by: Gianfranco Berardi <[email protected]> * Update callback validity check with all optional function objects. Signed-off-by: Gianfranco Berardi <[email protected]> * charge_point: Fix incorrect type in tests Signed-off-by: Christopher Davis <[email protected]> * added comment for K01 functional requirement Signed-off-by: Coury Richards <[email protected]> * commented reason for test case Signed-off-by: Coury Richards <[email protected]> * smart_charging: Clarify test names for add profile Clarify where the existing profiles in the FR05 tests are. Signed-off-by: Christopher Davis <[email protected]> * smart_charging: Ensure profile ids are unique across destinations Signed-off-by: Christopher Davis <[email protected]> * smart_charging: Adjust get_station_wide_profiles We don't need a try-catch actually Signed-off-by: Christopher Davis <[email protected]> * smart_charging: Clean up redundant imports Signed-off-by: Christopher Davis <[email protected]> * corrected test name Signed-off-by: Coury Richards <[email protected]> --------- Signed-off-by: Gianfranco Berardi <[email protected]> Signed-off-by: Christopher Davis <[email protected]> Signed-off-by: Coury Richards <[email protected]> Co-authored-by: Gianfranco Berardi <[email protected]> Co-authored-by: Christopher Davis <[email protected]>
- Loading branch information
1 parent
d6064d7
commit 01f064f
Showing
8 changed files
with
661 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.