Revert "fix(IPsecUtil): Delete keywords no longer used"
[csit.git] / tests / vpp / perf / vm_vhost / regenerate_testcases.py
index 5fabf8b..e22f6de 100755 (executable)
@@ -1,6 +1,6 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
-# Copyright (c) 2018 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -15,4 +15,4 @@
 
 from resources.libraries.python.autogen.Regenerator import Regenerator
 
-Regenerator().regenerate_glob("*.robot")
+Regenerator().regenerate_glob(u"*.robot")