Last active
November 15, 2018 13:43
-
-
Save akofink/1f1141bad13a26d5398b837b379bc604 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
from nailgun import entity_mixins | |
from nailgun.config import ServerConfig | |
from nailgun.entities import * | |
entity_mixins.DEFAULT_SERVER_CONFIG = ServerConfig(url='https://centos7-devel.virbr0.akofink-desktop/', auth=('admin', 'changeme'), verify=False) | |
Ping().search_json() | |
Organization(id=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment