I hereby claim:
- I am leni1 on github.
- I am leni1 (https://keybase.io/leni1) on keybase.
- I have a public key ASBADjVDMn8dkveuyMLA6iAicyj-qmboxrHG9AahE3DWOAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
def test_invalid_data_url(): | |
with screenshots_session() as user: | |
shot_id = make_random_id() + "/test.com" | |
shot_data = urljoin(user.backend, "data/" + shot_id) | |
shot_json = make_example_shot(user.deviceId) | |
invalid_data_url = "https://example.com/?aaA=bbb=\"); background-color: red;" | |
for clip_id in shot_json['clips']: | |
shot_json['clips'][clip_id]['image']['url'] = invalid_url | |
break | |
resp = user.session.put( |
Starting with CentOS 7 VM
Install ovirt-engine:
yum install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
yum install ovirt-engine -y
Start postgres container: