Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: AML Backlog
-
Component/s: None
-
Labels:None
-
Environment:
QA4
Description
Steps:
-------
1. Login to Reseller UI.
2. Copy the order_uuid of an Error order which has past schedule pause or schedule end date.
3. Login to monman server
4. change the user to amlops
5. Navigate to ops-scripts/groovy folder.
6. Run the change-order-state.groovy script.
groovy change-order-state.groovy -ah http://aml-qa4-front1:8080/sapi/rest/ -ll TRACE -o d8547eb5-7ac4-4da7-9374-735c05c20159 -s QUOTE -ru madhanmohan.pulipati@admaxlocal.com -rp Test123 -ra qa4amltest
7. Verify the order state in Reseller UI.
Expected: Order state should change from Error to Quote in Reseller UI.
Actual: Order state is not changing from Error to Quote in Reseller UI. Getting InvalidOrderEndDate Error while running the groovy script.
See the attached groovy log file.