Public bug reported: code location: tests.unit.test_v2_keystoneclient_sql.ClientDrivenSqlTestCase.test_endpoint_crud
code: endpoint_publicurl = uuid.uuid4().hex endpoint_internalurl = uuid.uuid4().hex endpoint_adminurl = uuid.uuid4().hex result: can create endpoint success but endpoint_publicurl , endpoint_internalurl and endpoint_adminurl are invalid. related bug : https://bugs.launchpad.net/keystone/+bug/1471034 ,In fact, I was working on this bug.I think a url as a uuid string should be invalid. But the test tests.unit.test_v2_keystoneclient_sql.ClientDrivenSqlTestCase.test_endpoint_crud allow this uuid url.That' s annoying. ** Affects: keystone Importance: Undecided Assignee: jiaxi (tjxiter) Status: New ** Changed in: keystone Assignee: (unassigned) => jiaxi (tjxiter) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1473267 Title: create endpoint with uuid string should be suppressing Status in OpenStack Identity (Keystone): New Bug description: code location: tests.unit.test_v2_keystoneclient_sql.ClientDrivenSqlTestCase.test_endpoint_crud code: endpoint_publicurl = uuid.uuid4().hex endpoint_internalurl = uuid.uuid4().hex endpoint_adminurl = uuid.uuid4().hex result: can create endpoint success but endpoint_publicurl , endpoint_internalurl and endpoint_adminurl are invalid. related bug : https://bugs.launchpad.net/keystone/+bug/1471034 ,In fact, I was working on this bug.I think a url as a uuid string should be invalid. But the test tests.unit.test_v2_keystoneclient_sql.ClientDrivenSqlTestCase.test_endpoint_crud allow this uuid url.That' s annoying. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1473267/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

