Skip to content

Commit

Permalink
return to previous
Browse files Browse the repository at this point in the history
  • Loading branch information
vrbanecd committed Dec 4, 2024
1 parent e5745dd commit 90c5f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teapot.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ async def _create_user_dirs(username):
# corrected.
if path_components[0] == "$HOME":
path_components[0] = f"/home/{username}"
path = os.path.join(*path_components)
sa_properties_path = f"{user_sa_d_dir}/{storage_area}.properties"
if not exists(sa_properties_path):
with open(
Expand Down

1 comment on commit 90c5f3a

@vrbanecd
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
32 0 0 32 100 19.413605s

Passed Tests

Name ⏱️ Duration Suite
GET USER1 9.520 s Teapot-Tests
GET USER2 8.927 s Teapot-Tests
GET NO TOKEN 0.011 s Teapot-Tests
GET INVALID TOKEN 0.031 s Teapot-Tests
PUT REQUEST INVALID TOKEN 0.011 s Teapot-Tests
PUT REQUEST NO TOKEN 0.013 s Teapot-Tests
PUT REQUEST USER1 0.124 s Teapot-Tests
PUT REQUEST USER2 0.074 s Teapot-Tests
GET FILE USER1 0.077 s Teapot-Tests
GET FILE USER2 0.066 s Teapot-Tests
GET FILE NO TOKEN 0.010 s Teapot-Tests
GET FILE INVALID TOKEN 0.010 s Teapot-Tests
DELETE REQUEST USER1 0.039 s Teapot-Tests
DELETE REQUEST USER2 0.039 s Teapot-Tests
DELETE REQUEST INVALID TOKEN 0.009 s Teapot-Tests
DELETE REQUEST NO TOKEN 0.009 s Teapot-Tests
GET USER1 EXTRA_AREA 0.041 s Teapot-Tests
GET USER2 EXTRA_AREA 0.042 s Teapot-Tests
GET NO TOKEN EXTRA_AREA 0.010 s Teapot-Tests
GET INVALID TOKEN EXTRA_AREA 0.010 s Teapot-Tests
PUT REQUEST INVALID TOKEN EXTRA_AREA 0.010 s Teapot-Tests
PUT REQUEST NO TOKEN EXTRA_AREA 0.010 s Teapot-Tests
PUT REQUEST USER1 EXTRA_AREA 0.039 s Teapot-Tests
PUT REQUEST USER2 EXTRA_AREA 0.036 s Teapot-Tests
GET FILE USER1 EXTRA_AREA 0.055 s Teapot-Tests
GET FILE USER2 EXTRA_AREA 0.056 s Teapot-Tests
GET FILE NO TOKEN EXTRA_AREA 0.011 s Teapot-Tests
GET FILE INVALID TOKEN EXTRA_AREA 0.011 s Teapot-Tests
DELETE REQUEST USER1 EXTRA_AREA 0.053 s Teapot-Tests
DELETE REQUEST USER2 EXTRA_AREA 0.039 s Teapot-Tests
DELETE REQUEST INVALID TOKEN EXTRA_AREA 0.010 s Teapot-Tests
DELETE REQUEST NO TOKEN EXTRA_AREA 0.011 s Teapot-Tests

Please sign in to comment.