Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

:sparkles: Add Certificate Authorities and testing

Merged Frederico SEQUEIRA requested to merge add_ca_testing into main
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 """Test case for Certificate creation"""
2
3 import time
4 import unittest
5 import json
6 import os
7 import requests
8
9
10 HOST = os.getenv("HOST", default="localhost")
11 PORT = os.getenv("PORT", default="8000")
  • 8 8
    9 9
    10 10 HOST = os.getenv("HOST", default="localhost")
    11 PORT = os.getenv("PORT", default="8080")
    11 PORT = os.getenv("PORT", default="8000")
  • Vincent SIMONIN requested changes

    requested changes

  • added 1 commit

    • effbb7fc - :pencil2:️ Keep the original port numbers for testing

    Compare with previous version

  • Vincent SIMONIN approved this merge request

    approved this merge request

  • mentioned in commit fb5a8531

  • Please register or sign in to reply
    Loading