Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Elaborated on steps for 'Testing the Change Notification Emails'.

...

The EAS has automated routines that send email about new addresses. Run theses routines as part of the testing process.
  1. Connect to relevant server (e.g. SF DEV AUTO).
  2. Change to relevant Begin by confirming that you are a recipient of the Change Notification emails.
    1. See config_notifications.py in /automation/src/config/live/ and check/modify variables devAddressChangeNotificationEmails and/or prodAddressChangeNotificationEmails so that they include your email address.
    2. For environments SF_DEV and SF_QA see the devAddressChangeNotificationEmails variable. For environments SF_PROD and SD_PROD see the prodAddressChangeNotificationEmails variable.
  3. Connect to a Windows automation server (SF_DEV, SF_QA, SF_PROD or SD_PROD) using Microsoft Remote Desktop.
  4. Open 'Command Prompt' and change to the folder containing the change notification script https://bitbucket.org/sfgovdt/eas/src/default/automation/src/job.py
  5. Run the address_change_report job: 
    1. python job.py --env SF_DEVENVIRONMENT --job address_change_report --action EXECUTE --v
    2. Substitute ENVIRONMENT with one of the relevant environments: SF_DEV, SF_QA, SF_PROD, SD_PROD
  6. Run the address_change_notification job: 
    1. python job.py --env SF_DEVENVIRONMENT --job address_change_notification --action EXECUTE --v
    Confirm emails received. (See
    1.  Substitute ENVIRONMENT with one of the relevant environments: SF_DEV, SF_QA, SF_PROD, SD_PROD
  7. Check your email inbox to confirm that the change notifications emails were received.
  8. If applicable, revert any temporary changes to config_notifications.py in /automation/src/config to confirm you are a recipient.) made in Step 1.