GRIDAPPSD / GOSS-GridAPPS-D

14 stars 27 forks source link

End-To-End testing of OpenDERMS interface for one use case #1181

Open poorva1209 opened 4 years ago

poorva1209 commented 3 years ago

To test:

  1. clone https://github.com/GRIDAPPSD/gridappsd-cim-interop develop branch
  2. clone https://github.com/GRIDAPPSD/gridappsd-soap-server
  3. start containers
  4. go to gridappsd-cim-interop and start derms_app/server.py
  5. go to gridappsd-soap-server and start soap_server.py
  6. go to URL in the output server.py
  7. click around
  8. can run tests in both
poorva1209 commented 3 years ago

@xcosmos6 Heng, while clicking on links on the provided URL I am getting either FileNotFoundError or AttributeError. None of the links are working for me when following the steps you provided above. Am I missing something?