diff options
Diffstat (limited to 'example.py')
| -rwxr-xr-x[-rw-r--r--] | example.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example.py b/example.py index 2c24e09..b13f0ce 100644..100755 --- a/example.py +++ b/example.py @@ -3,8 +3,13 @@ # An example script using rhumba.py from rhumba import * + +# import testbed plugins import rhumba_emulab as emulab import rhumba_jfed as jfed +import rhumba_faketestbed as fake + +# import prototype plugins import rhumba_ouroboros as our import rhumba_rlite as rl import rhumba_irati as irati @@ -28,6 +33,7 @@ tb = jfed.jFedTestbed(exp_name = "letest", username = "sander", cert_file = "cert.pem", jfed_jar = "jfed_cli/experimenter-cli.jar") +#tb = fake.FakeTestbed(exp_name = "x", username = "yy") exp = irati.IRATIExperiment(tb, nodes = [a, b]) |
